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

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: add report-sending callback for browser tests 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 e285441d052e8e275a41249b63931ddcaf013530..6358d063c5917974b0612256f70af94566411cd0 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.html
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
@@ -9,7 +9,7 @@
<script src="../../../../ui/webui/resources/js/util.js"></script>
<script src="captive_portal.js"></script>
<script src="ssl.js"></script>
- <script src="safe_browsing.js"></script>
+ <script src="extended_reporting.js"></script>
<script src="interstitial_v2_mobile.js"></script>
<script src="interstitial_v2.js"></script>
</head>
@@ -21,7 +21,7 @@
<h1 i18n-content="heading"></h1>
<p i18n-values=".innerHTML:primaryParagraph"></p>
</div>
- <div id="malware-opt-in" class="hidden">
+ <div id="extended-reporting-opt-in" class="hidden">
<div class="styled-checkbox">
<label>
<input type="checkbox" id="opt-in-checkbox">
@@ -46,4 +46,4 @@
</div>
</div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698