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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.html

Issue 935663004: Add checkbox for reporting invalid TLS/SSL cert chains (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment tweaks Created 5 years, 10 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/security_warnings/interstitial_v2.html
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.html b/chrome/browser/resources/security_warnings/interstitial_v2.html
index cc347b2c7c741bbc69c0fc313d14f085a9816fe2..c88c9125ef186e30e80f948f21336de16401f28d 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.html
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
@@ -24,11 +24,20 @@
<div id="malware-opt-in" class="hidden">
<div class="styled-checkbox">
<label>
- <input type="checkbox" id="opt-in-checkbox">
+ <input type="checkbox" id="malware-opt-in-checkbox">
felt 2015/02/18 04:16:29 Is there a reason why you're adding a separate che
estark 2015/02/18 05:22:44 Hmm, no! I think when I started I thought they wou
<span class="checkbox-tick"></span>
</label>
</div>
- <div id="opt-in-label"></div>
+ <div id="malware-opt-in-label"></div>
+ </div>
+ <div id="cert-collection-opt-in" class="hidden">
+ <div class="styled-checkbox">
+ <label>
+ <input type="checkbox" id="cert-collection-opt-in-checkbox">
+ <span class="checkbox-tick"></span>
+ </label>
+ </div>
+ <div id="cert-collection-opt-in-label"></div>
</div>
</div>
<div class="nav-wrapper">
@@ -46,4 +55,4 @@
</div>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698