summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__pref_names.cc
blob: 23b6abf75f240c47dc98eaeba1b4caa71c7a7a63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- chrome/common/pref_names.cc.orig	2014-10-10 09:15:30 UTC
+++ chrome/common/pref_names.cc
@@ -891,7 +891,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