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

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

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings 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/blocking.css ('k') | chrome/browser/resources/ssl/blocking.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ssl/blocking.html
diff --git a/chrome/browser/resources/ssl/blocking.html b/chrome/browser/resources/ssl/blocking.html
deleted file mode 100644
index 95ea6f85b6fcaab74c44785ed48809eaf24e5cd5..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/ssl/blocking.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textDirection">
-<head>
- <meta name="viewport" content="width=device-width, initial-scale=1.0,
- maximum-scale=1.0, user-scalable=no">
- <meta charset="utf-8">
- <title i18n-content="title"></title>
- <link rel="stylesheet" href="../../../renderer/resources/neterror.css">
- <link rel="stylesheet" href="blocking.css">
- <script src="../../../../ui/webui/resources/js/util.js"></script>
- <script src="../../../renderer/resources/neterror.js"></script>
- <script src="ssl_errors_common.js"></script>
- <script src="blocking.js"></script>
-</head>
-<body>
- <div id="main-frame-error">
- <div id="box">
- <div id="content-top">
- <h1>
- <div>
- <img class="icon" id="icon-lock">
- </div>
- <span i18n-content="headline"></span>
- </h1>
- <p i18n-values=".innerHTML:message" class="explanation-par"></p>
- <div id="buttons">
- <button id="reload-button" i18n-content="reloadMsg"
- class="blue-button text-button"></button>
- <button id="more-less-button" i18n-content="more"
- class="text-button"></button>
- </div>
- </div>
- <div id="help-box-outer" class="hidden">
- <div id="help-box-inner">
- <div class="ssl-help-box-inner">
- <h2 i18n-content="moreTitle"></h2>
- <p i18n-values=".innerHTML:moreMessage"></p>
- </div>
- <div class="ssl-help-box-inner">
- <h2 i18n-content="techTitle"></h2>
- <p>
- <span i18n-content="failure"></span><br>
- <span i18n-content="errorType"></span><br>
- <span i18n-content="subject"></span><br>
- <span i18n-content="issuer"></span><br>
- <span i18n-content="fingerprint"></span>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
-</body>
-</html>
« no previous file with comments | « chrome/browser/resources/ssl/blocking.css ('k') | chrome/browser/resources/ssl/blocking.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698