2cc0ed2a3d
Use devel/ninja instead of gmake as a build tool. Submitted by: George Liaskos Security: http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
11 lines
570 B
C++
11 lines
570 B
C++
--- 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
|