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..543c07fb2b25d50ee80389323845727c3b25e5c0 100644 |
--- a/chrome/browser/resources/security_warnings/interstitial_ui.html |
+++ b/chrome/browser/resources/security_warnings/interstitial_ui.html |
@@ -17,5 +17,10 @@ |
<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/22 22:02:49
Break this line after the <a> so it fits into 80 c
Bhanu Dev
2015/06/22 23:16:53
Done.
|
+ <a href='captiveportal?is_wifi=1&wifi_name=CoffeeShopWifi'>google.com (CaptivePortal, on wifi "CoffeeShopWifi")</a><br> |
</body> |
</html> |