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 04b83d8a61a9df1cac69e51f85b90d7abe58be65..146f9c49fff29100fcffbec8fac1ce06040d8013 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-optin" class="hidden"> |
+ <div class="styled-checkbox"> |
+ <input type="checkbox" id="optin-checkbox"> |
+ <label for="optin-checkbox"></label> |
+ </div> |
+ <div id="optin-label"></div> |
+ </div> |
<div class="nav-wrapper"> |
<button i18n-content="primaryButtonText" id="primary-button"></button> |
<a href="#" id="details-button" class="small-link" |