| 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>
|
|
|