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

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

Issue 7685019: Demote the Use SSL 3.0 and Use TLS 1.0 options from Under The Hood to (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 4 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/browser/resources/options/advanced_options.html
===================================================================
--- chrome/browser/resources/options/advanced_options.html (revision 97017)
+++ chrome/browser/resources/options/advanced_options.html (working copy)
@@ -190,18 +190,6 @@
<span i18n-content="sslCheckRevocation"></span>
</label>
</div>
- <div class="checkbox">
- <label>
- <input id="sslUseSSL3" type="checkbox">
- <span i18n-content="sslUseSSL3"></span>
- </label>
- </div>
- <div class="checkbox">
- <label>
- <input id="sslUseTLS1" type="checkbox">
- <span i18n-content="sslUseTLS1"></span>
- </label>
- </div>
</div>
</section>
<if expr="not pp_ifdef('chromeos')">

Powered by Google App Engine
This is Rietveld 408576698