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

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

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Fix rebase error Created 3 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
Index: components/security_interstitials/core/browser/resources/interstitial_v2.html
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.html b/components/security_interstitials/core/browser/resources/interstitial_v2.html
deleted file mode 100644
index f382689f3d35bdaa8836f3238884c00854584896..0000000000000000000000000000000000000000
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<!doctype html>
-<html dir="$i18n{textdirection}" lang="$i18n{language}">
-<head>
- <meta charset="utf-8">
- <meta name="viewport"
- content="initial-scale=1, minimum-scale=1, width=device-width">
- <title i18n-content="tabTitle"></title>
- <link rel="stylesheet" href="interstitial_common.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="extended_reporting.js"></script>
- <script src="interstitial_v2_mobile.js"></script>
- <script src="interstitial_common.js"></script>
- <script src="interstitial_v2.js"></script>
-</head>
-<body id="body">
- <div class="interstitial-wrapper">
- <div id="main-content">
- <div class="icon" id="icon"></div>
- <div id="main-message">
- <h1>$i18n{heading}</h1>
- <p i18n-values=".innerHTML:primaryParagraph"></p>
- <div id="debugging">
- <div id="error-code" class="error-code"></div>
- <div id="error-debugging-info" class="hidden"></div>
- </div>
- </div>
- <div id="extended-reporting-opt-in" class="hidden">
- <label>
- <div class="checkboxes">
- <input type="checkbox" id="opt-in-checkbox">
- <span class="checkbox"></span>
- </div>
- <span id="opt-in-label"></span>
- </label>
- </div>
- </div>
- <div class="nav-wrapper">
- <button id="primary-button">$i18n{primaryButtonText}</button>
- <button id="details-button" class="small-link">$i18n{openDetails}</button>
- </div>
- <div id="details" class="hidden">
- <p i18n-values=".innerHTML:explanationParagraph"></p>
- <p i18n-values=".innerHTML:finalParagraph" id="final-paragraph"></p>
- </div>
- </div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698