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

Unified Diff: net/ssl/ssl_config_service.h

Issue 200693006: Remove --enable-unrestricted-ssl3-fallback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 9 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 | « chrome/common/pref_names.cc ('k') | net/ssl/ssl_config_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_config_service.h
===================================================================
--- net/ssl/ssl_config_service.h (revision 258624)
+++ net/ssl/ssl_config_service.h (working copy)
@@ -107,13 +107,6 @@
// that could be extended if needed.
bool require_forward_secrecy;
- // If |unrestricted_ssl3_fallback_enabled| is true, SSL 3.0 fallback will be
- // enabled for all sites.
- // If |unrestricted_ssl3_fallback_enabled| is false, SSL 3.0 fallback will be
- // disabled for a site pinned to the Google pin list (indicating that it is a
- // Google site).
- bool unrestricted_ssl3_fallback_enabled;
-
// TODO(wtc): move the following members to a new SSLParams structure. They
// are not SSL configuration settings.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | net/ssl/ssl_config_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698