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

Unified Diff: components/ssl_config/ssl_config_prefs.h

Issue 1422293002: Remove RC4 by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/ssl_config/ssl_config_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ssl_config/ssl_config_prefs.h
diff --git a/components/ssl_config/ssl_config_prefs.h b/components/ssl_config/ssl_config_prefs.h
index e1eb115d72b23c15ea806a184fd42d5f4d3d79f5..c565864d0d11b5be7c964608fe2ebba3ab0153d0 100644
--- a/components/ssl_config/ssl_config_prefs.h
+++ b/components/ssl_config/ssl_config_prefs.h
@@ -14,6 +14,7 @@ extern const char kSSLVersionMin[];
extern const char kSSLVersionMax[];
extern const char kSSLVersionFallbackMin[];
extern const char kCipherSuiteBlacklist[];
+extern const char kRC4Enabled[];
} // namespace prefs
} // namespace ssl_config
« no previous file with comments | « components/policy/resources/policy_templates.json ('k') | components/ssl_config/ssl_config_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698