| Index: components/security_interstitials/core/browser/resources/interstitial_v2.html
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.html b/components/security_interstitials/core/browser/resources/interstitial_v2.html
|
| index 9a3ad69443383aa8a03bda08e4a6dd243299d8ad..167f1f6af67f16dbb7b1328bacea33194d44d8e4 100644
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_v2.html
|
| +++ b/components/security_interstitials/core/browser/resources/interstitial_v2.html
|
| @@ -5,6 +5,7 @@
|
| <meta name="viewport"
|
| content="initial-scale=1, minimum-scale=1, width=device-width">
|
| <title i18n-content="tabTitle"></title>
|
| + <link rel="stylesheet" href="interstitial_common.css">
|
| <link rel="stylesheet" href="interstitial_v2.css">
|
| <script src="../../../../../ui/webui/resources/js/util.js"></script>
|
| <script src="captive_portal.js"></script>
|
|
|