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

Unified Diff: chrome/common/pref_names.h

Issue 7462008: Add a preference and command-line option to disable SSL/TLS cipher suites (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With tests Created 9 years, 5 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 2410358055a53f8e0ae71a67d72d240fe7ac8e54..3f70e5682e9bc2cd4f6b484d86bcbe2bfdeaf67c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -255,6 +255,7 @@ extern const char kPasswordsUseLocalProfileId[];
extern const char kCertRevocationCheckingEnabled[];
extern const char kSSL3Enabled[];
extern const char kTLS1Enabled[];
+extern const char kCipherSuiteBlacklist[];
extern const char kMetricsClientID[];
extern const char kMetricsSessionID[];

Powered by Google App Engine
This is Rietveld 408576698