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

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: 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 6dd2468f8b01ea72c599af0d86ddb398880c442a..d4d1af756279e834ceca57a169e34317be0e6c89 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -254,6 +254,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