$OpenBSD: patch-chrome_common_pref_names_cc,v 1.4 2014/01/18 11:42:04 robert Exp $
--- chrome/common/pref_names.cc.orig.port	Mon Jan 13 22:00:43 2014
+++ chrome/common/pref_names.cc	Thu Jan 16 12:26:42 2014
@@ -921,7 +921,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
