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

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

Issue 339503004: Add the extended reporting checkbox to the malware interstitial v3 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: opt-in, not optin Created 6 years, 6 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
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.css ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/interstitial_v2.html
diff --git a/chrome/browser/resources/ssl/interstitial_v2.html b/chrome/browser/resources/ssl/interstitial_v2.html
index cce2aa10fc976d879aaf70a640e9887d3171eb52..e13de0d6bbbeba37b7f7dade2871ce421b7638cb 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.html
+++ b/chrome/browser/resources/ssl/interstitial_v2.html
@@ -19,6 +19,13 @@
<h1 i18n-content="heading"></h1>
<p i18n-values=".innerHTML:primaryParagraph"></p>
</div>
+ <div id="malware-opt-in" class="hidden">
+ <div class="styled-checkbox">
+ <input type="checkbox" id="opt-in-checkbox">
+ <label for="opt-in-checkbox"></label>
+ </div>
+ <div id="opt-in-label"></div>
+ </div>
<div class="nav-wrapper">
<button i18n-content="primaryButtonText" id="primary-button"></button>
<a href="#" id="details-button" class="small-link"
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.css ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698