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

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

Issue 1189413003: Added CaptivePortal Interstitial to chrome://interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the chrome://interstitials html page Created 5 years, 6 months 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
« no previous file with comments | « no previous file | chrome/browser/ssl/captive_portal_blocking_page.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_ui.html
diff --git a/chrome/browser/resources/security_warnings/interstitial_ui.html b/chrome/browser/resources/security_warnings/interstitial_ui.html
index a2fc0275f41acf515e07ec85d43946e0505b7311..19f5589e47dd20ac0b53d8c2e642bbd0451ec188 100644
--- a/chrome/browser/resources/security_warnings/interstitial_ui.html
+++ b/chrome/browser/resources/security_warnings/interstitial_ui.html
@@ -17,5 +17,12 @@
<a href='safebrowsing?type=phishing'>Phishing</a><br>
<a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br>
<a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br>
+ <br><br>
+ <h3>Captive Portal</h3>
+ <a href='captiveportal'>google.com (Captive Portal, Non-Wifi)</a><br>
+ <a href='captiveportal?is_wifi=1'>
+ google.com (Captive Portal, on some Wifi)</a><br>
Bernhard Bauer 2015/06/23 08:48:47 Indent this line by two spaces, then break before
Bhanu Dev 2015/06/23 18:26:46 Done. Thank you for the details about scope..
+ <a href='captiveportal?is_wifi=1&wifi_name=CoffeeShopWifi'>
+ google.com (CaptivePortal, on wifi "CoffeeShopWifi")</a><br>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/ssl/captive_portal_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698