blob: e6019e088e046808b044736bed284c859f4842f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./chrome/common/pref_names.cc.orig 2014-04-24 22:34:45.000000000 +0200
+++ ./chrome/common/pref_names.cc 2014-04-24 23:23:43.000000000 +0200
@@ -963,7 +963,7 @@
// Boolean controlling whether SafeSearch is mandatory for Google Web Searches.
const char kForceSafeSearch[] = "settings.force_safesearch";
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
// Linux specific preference on whether we should match the system theme.
const char kUsesSystemTheme[] = "extensions.theme.use_system";
#endif
|