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

Unified Diff: chrome/browser/resources/ssl/interstitial_v2.html

Issue 480393002: Move the security interstitials into a single folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments Created 6 years, 4 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 | « chrome/browser/resources/ssl/interstitial_v2.css ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/interstitial_v2.html
diff --git a/chrome/browser/resources/ssl/interstitial_v2.html b/chrome/browser/resources/ssl/interstitial_v2.html
deleted file mode 100644
index e13de0d6bbbeba37b7f7dade2871ce421b7638cb..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/ssl/interstitial_v2.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection;.style.fontSize:fontsize">
- <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_v2.css">
- <script src="../../../../ui/webui/resources/js/util.js"></script>
- <script src="../../../../ui/webui/resources/js/load_time_data.js"></script>
- <script src="ssl_errors_common.js"></script>
- <script src="../safe_browsing/safe_browsing_v3.js"></script>
- <script src="interstitial_v2.js"></script>
- </head>
-<body id="body" i18n-values=".style.fontFamily:fontfamily">
- <div class="interstitial-wrapper">
- <div class="icon" id="icon"></div>
- <div id="main-message">
- <h1 i18n-content="heading"></h1>
- <p i18n-values=".innerHTML:primaryParagraph"></p>
- </div>
- <div id="malware-opt-in" class="hidden">
- <div class="styled-checkbox">
- <input type="checkbox" id="opt-in-checkbox">
- <label for="opt-in-checkbox"></label>
- </div>
- <div id="opt-in-label"></div>
- </div>
- <div class="nav-wrapper">
- <button i18n-content="primaryButtonText" id="primary-button"></button>
- <a href="#" id="details-button" class="small-link"
- i18n-content="openDetails"></a>
- </div>
- <div id="details" class="hidden">
- <p i18n-values=".innerHTML:explanationParagraph"></p>
- <p i18n-values=".innerHTML:finalParagraph" id="final-paragraph"></p>
- <p id="error-code" class="hidden"></p>
- </div>
- </div>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/ssl/interstitial_v2.css ('k') | chrome/browser/resources/ssl/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698