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

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

Issue 294343004: New SSL interstitial (behind Finch flag) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed spurious OVERRIDE Created 6 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
« no previous file with comments | « chrome/browser/resources/ssl/overridable_v2.css ('k') | chrome/browser/resources/ssl/overridable_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/overridable_v2.html
diff --git a/chrome/browser/resources/ssl/overridable_v2.html b/chrome/browser/resources/ssl/overridable_v2.html
new file mode 100644
index 0000000000000000000000000000000000000000..d8609fc0d04e7a2a8b886b7429d0fa73daea67c0
--- /dev/null
+++ b/chrome/browser/resources/ssl/overridable_v2.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html i18n-values="dir:textDirection">
+ <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="overridable_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="overridable_v2.js"></script>
+ </head>
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
+ <div class="interstitial-wrapper">
+ <div class="icon"></div>
+ <div id="main-message">
+ <h1 i18n-content="heading"></h1>
+ <p i18n-values=".innerHTML:primaryParagraph"></p>
+ </div>
+ <div class="nav-wrapper">
+ <button i18n-content="safetyButtonText" id="safety-button"></button>
+ <a href="#" id="details-button" i18n-content="openDetails"></a>
+ </div>
+ <div id="details" class="hidden">
+ <p i18n-values=".innerHTML:explanationParagraph"></p>
+ <p i18n-values=".innerHTML:proceedParagraph"></p>
+ </div>
+ </div>
+</body>
+</html>
« no previous file with comments | « chrome/browser/resources/ssl/overridable_v2.css ('k') | chrome/browser/resources/ssl/overridable_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698