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

Side by Side Diff: components/security_interstitials/core/browser/resources/interstitial_ui.html

Issue 2755733002: Include the supervised user interstitial on chrome://interstitials (Closed)
Patch Set: review Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Interstitials</title> 3 <title>Interstitials</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 <h2>Choose an interstitial</h2> 6 <h2>Choose an interstitial</h2>
7 <h3>SSL</h3> 7 <h3>SSL</h3>
8 <div> 8 <div>
9 <a href="ssl?overridable=1&strict_enforcement=0">example.com (generic, overr idable)</a> 9 <a href="ssl?overridable=1&strict_enforcement=0">example.com (generic, overr idable)</a>
10 </div> 10 </div>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <div> 44 <div>
45 <a href="captiveportal?is_wifi=1"> 45 <a href="captiveportal?is_wifi=1">
46 Captive Portal, WiFi 46 Captive Portal, WiFi
47 </a> 47 </a>
48 </div> 48 </div>
49 <div> 49 <div>
50 <a href="captiveportal?is_wifi=1&wifi_name=CoffeeShopWiFi"> 50 <a href="captiveportal?is_wifi=1&wifi_name=CoffeeShopWiFi">
51 Captive Portal, WiFi with network name "CoffeeShopWiFi" 51 Captive Portal, WiFi with network name "CoffeeShopWiFi"
52 </a> 52 </a>
53 </div> 53 </div>
54 <h3>Supervised Users</h3>
55 <div>
56 <a href="supervised_user">
57 Supervised User
58 </a
59 </div>>
54 </body> 60 </body>
55 </html> 61 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/interstitials/interstitial_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698