Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6754)

Unified Diff: chrome/common/pref_names.h

Issue 14125003: Do not roll back to SSL 3.0 for Google properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a bug that prevents TLS 1.1 -> TLS 1.0 fallback. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 2e466cbf0d2d6ec7a86a9feff83f2967c2d4a890..4fe8c920e1d6c25956997f384c2c60b32a588b72 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -430,6 +430,7 @@ extern const char kSSLVersionMax[];
extern const char kCipherSuiteBlacklist[];
extern const char kEnableOriginBoundCerts[];
extern const char kDisableSSLRecordSplitting[];
+extern const char kEnableSSL3Fallback[];
extern const char kEnableMemoryInfo[];
extern const char kGLVendorString[];

Powered by Google App Engine
This is Rietveld 408576698