summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__pref_names.cc
blob: bdd4ff6ca0957c50e8918d92e1dae1f9dfa628b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/pref_names.cc.orig	2013-08-17 21:26:00.000000000 +0300
+++ chrome/common/pref_names.cc	2013-08-17 21:26:43.000000000 +0300
@@ -955,7 +955,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