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

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

Issue 6824069: Allow revocation checking to be disabled on Mac, overriding/ignoring system settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With suppressions Created 9 years, 8 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
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 4b72a09cd1c21f857580ee0d39f38c776851c3a7..3b8525c3e23502a27cb3e83a387ce59ff73fc997 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -175,16 +175,12 @@
<div>
<div><button id="certificatesManageButton"
i18n-content="certificatesManageButton"></button></div>
-<if expr="os != 'darwin'">
- <!-- Don't display "Check for server certificate revocation" on Mac until
- http://crbug.com/78523 is fixed. -->
<div class="checkbox">
<label>
<input id="sslCheckRevocation" type="checkbox">
<span i18n-content="sslCheckRevocation"></span>
</label>
</div>
-</if>
<div class="checkbox">
<label>
<input id="sslUseSSL3" type="checkbox">
« no previous file with comments | « no previous file | chrome/browser/resources/options/advanced_options.js » ('j') | net/base/x509_certificate_mac.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698