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

Unified Diff: chrome/browser/resources/safe_browsing/malware_block_v2.html

Issue 445493002: Delete the Safe Browsing V2 interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing binary files 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
Index: chrome/browser/resources/safe_browsing/malware_block_v2.html
diff --git a/chrome/browser/resources/safe_browsing/malware_block_v2.html b/chrome/browser/resources/safe_browsing/malware_block_v2.html
deleted file mode 100644
index 84bd210091cfc8fcf11bd975f2a24b8215130001..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/safe_browsing/malware_block_v2.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE html>
-<html id="template-root" class="loading" i18n-values="dir:textdirection">
-<head>
- <meta charset="utf-8">
- <meta name="viewport"
- content="width=device-width, initial-scale=1, maximum-scale=1">
- <title i18n-content="title"></title>
- <link rel="stylesheet" href="malware_block_v2.css">
- <script src="../../../../ui/webui/resources/js/util.js"></script>
- <script src="malware_block_v2.js"></script>
-</head>
-<body i18n-values=".style.fontFamily:fontfamily">
- <div class="box">
- <div>
- <img id="logo" alt="">
- </div>
-
- <img id="malware-icon" class="float icon"
- jsdisplay="!isPhishing && isMainFrame"
- src="images/malware_icon_v2.png" alt="" />
- <img id="subresource-icon" class="float icon"
- jsdisplay="!isPhishing && !isMainFrame"
- src="images/subresource_icon.png" alt="" />
- <img id="phishing-icon" class="float icon" jsdisplay="isPhishing"
- src="images/phishing_icon.png" alt="" />
-
- <div id="headline" i18n-content="headLine"></div>
- <div class="main" i18n-content="description1"></div>
- <div class="main" i18n-content="description2"></div>
- <div class="main">
- <span i18n-content="description3"></span>
- <a id="learn-more-link" href="#" i18n-content="learnMore"></a>
- </div>
-
- <div class="clear"></div>
-
- <div class="submission">
- <button id="back" i18n-content="back_button"></button>
-
- <span id="see-more-contents" hidden>
- <span class="advanced">
- <a id="show-diagnostic-link" href="#" i18n-content="details"></a>
- <a id="report-error-link" href="#"
- i18n-content="report_error"></a>
- </span>
- <span id="proceed-span" class="advanced" hidden>
- <a id="proceed" href="#" i18n-content="proceed"></a>
- </span>
- </span>
-
- <a id="see-more-link" class="advanced" href="#">
- <span id="see-more-text" i18n-content="seeMore"></span>
- <span id="see-less-text" hidden>«</span>
- </a>
- </div>
-
- <footer jsdisplay="displaycheckbox">
- <hr>
-
- <div class="checkbox">
- <label>
- <input id="check-report" type="checkbox"
- jsvalues=".checked:boxchecked">
- <span i18n-values=".innerHTML:confirm_text"></span>
- </label>
- </div>
- </footer>
- </div>
-</body>
-</html>
-

Powered by Google App Engine
This is Rietveld 408576698