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

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

Issue 318213002: Add custom interstitial for captive portals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybot errors (memory leak + unused code) Created 6 years 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
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 991aa3489ee1e668cc1c369a06e58c7639d5d2fe..71f2c91f5693ec5b9f76c1c8b9a722ab575e991b 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.html
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<link rel="stylesheet" href="interstitial_v2.css">
<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="interstitial_v2.js"></script>

Powered by Google App Engine
This is Rietveld 408576698