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> |
- |