Chromium Code Reviews| 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> |