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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_ui.html

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Add the new filenames Created 3 years, 7 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
Index: components/security_interstitials/core/browser/resources/interstitial_ui.html
diff --git a/components/security_interstitials/core/browser/resources/interstitial_ui.html b/components/security_interstitials/core/browser/resources/interstitial_ui.html
deleted file mode 100644
index 2528e27d380c774b68aa9e5ec1a5a56d2ec32456..0000000000000000000000000000000000000000
--- a/components/security_interstitials/core/browser/resources/interstitial_ui.html
+++ /dev/null
@@ -1,61 +0,0 @@
-<html>
-<head>
- <title>Interstitials</title>
-</head>
-<body>
- <h2>Choose an interstitial</h2>
- <h3>SSL</h3>
- <div>
- <a href="ssl?overridable=1&strict_enforcement=0">example.com (generic, overridable)</a>
- </div>
- <div>
- <a href="ssl?overridable=0&strict_enforcement=0">
- example.com (generic, non-overridable)
- </a>
- </div>
- <div>
- <a href="ssl?overridable=0&strict_enforcement=1">
- example.com (HSTS, non-overridable)
- </a>
- </div>
- <div>
- <a href="clock?clock_manipulation=2">Clock is ahead</a>
- </div>
- <div>
- <a href="clock?clock_manipulation=-2">Clock is behind</a>
- </div>
- <h3>SafeBrowsing</h3>
- <div>
- <a href="safebrowsing?type=malware">Malware</a>
- </div>
- <div>
- <a href="safebrowsing?type=phishing">Phishing</a>
- </div>
- <div>
- <a href="safebrowsing?type=clientside_malware">Client Side Malware</a>
- </div>
- <div>
- <a href="safebrowsing?type=clientside_phishing">Client Side Phishing</a>
- </div>
- <h3>Captive Portal</h3>
- <div>
- <a href="captiveportal">Captive Portal, Non-WiFi</a>
- </div>
- <div>
- <a href="captiveportal?is_wifi=1">
- Captive Portal, WiFi
- </a>
- </div>
- <div>
- <a href="captiveportal?is_wifi=1&wifi_name=CoffeeShopWiFi">
- Captive Portal, WiFi with network name "CoffeeShopWiFi"
- </a>
- </div>
- <h3>Supervised Users</h3>
- <div>
- <a href="supervised_user">
- Supervised User
- </a>
- </div>>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698