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

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 4091005: Remove SSL 2.0 support. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Sync with ToT Created 10 years, 1 month 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/browser/options_util.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
===================================================================
--- chrome/browser/resources/options/advanced_options.html (revision 67717)
+++ chrome/browser/resources/options/advanced_options.html (working copy)
@@ -139,10 +139,6 @@
<span i18n-content="sslCheckRevocation"></span>
</label>
<label class="checkbox">
- <input id="sslUseSSL2" type="checkbox">
- <span i18n-content="sslUseSSL2"></span>
- </label>
- <label class="checkbox">
<input id="sslUseSSL3" type="checkbox">
<span i18n-content="sslUseSSL3"></span>
</label>
@@ -159,11 +155,6 @@
<span i18n-content="sslCheckRevocation"></span>
</label>
<label class="checkbox">
- <input id="sslUseSSL2" pref="ssl.ssl2.enabled" metric="Options_SSL2"
- type="checkbox">
- <span i18n-content="sslUseSSL2"></span>
- </label>
- <label class="checkbox">
<input id="sslUseSSL3" pref="ssl.ssl3.enabled" metric="Options_SSL3"
type="checkbox">
<span i18n-content="sslUseSSL3"></span>
« no previous file with comments | « chrome/browser/options_util.cc ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698