$OpenBSD: patch-chrome_common_pref_names_cc,v 1.7 2014/07/20 17:22:34 robert Exp $
--- chrome/common/pref_names.cc.orig.port	Tue Jul 15 13:01:37 2014
+++ chrome/common/pref_names.cc	Thu Jul 17 12:25:31 2014
@@ -923,7 +923,7 @@ const char kAllowDeletingBrowserHistory[] = "history.d
 // 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
