blob: 331518bdf4afbea80ca68d96342c44709250ba20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/ntp_tiles/pref_names.h.orig 2025-12-05 10:12:50 UTC
+++ components/ntp_tiles/pref_names.h
@@ -49,7 +49,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus
// Prefs used to cache enterprise shortcuts.
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \
- BUILDFLAG(IS_CHROMEOS)
+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
inline constexpr char kEnterpriseShortcutsPolicyList[] =
"enterprise_shortcuts.policy_list";
inline constexpr char kEnterpriseShortcutsUserList[] =
|