aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__pref_names.cc
blob: 43300cd093aa502f06df1698026c67a5dffea5e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./chrome/common/pref_names.cc.orig	2014-08-20 21:01:56.000000000 +0200
+++ ./chrome/common/pref_names.cc	2014-08-22 15:06:25.000000000 +0200
@@ -957,7 +957,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