summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__common__pref_names.h
blob: bea49931893e2928bc8801ce642843a0f6c71820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- chrome/common/pref_names.h.orig	2014-10-02 19:39:46.000000000 +0200
+++ chrome/common/pref_names.h	2014-10-15 11:59:52.000000000 +0200
@@ -291,7 +291,7 @@
 extern const char kForceSafeSearch[];
 extern const char kDeleteTimePeriod[];
 extern const char kLastClearBrowsingDataTime[];
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
 extern const char kUsesSystemTheme[];
 #endif
 extern const char kCurrentThemePackFilename[];
@@ -405,6 +405,7 @@
 extern const char kCertRevocationCheckingRequiredLocalAnchors[];
 extern const char kSSLVersionMin[];
 extern const char kSSLVersionMax[];
+extern const char kSSLVersionFallbackMin[];
 extern const char kCipherSuiteBlacklist[];
 extern const char kDisableSSLRecordSplitting[];