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

Unified Diff: chrome/browser/resources/privacy_blacklist_block.html

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 6 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/privacy_blacklist_block.html
diff --git a/chrome/browser/resources/privacy_blacklist_block.html b/chrome/browser/resources/privacy_blacklist_block.html
deleted file mode 100644
index 3836d79ba6f290bf4f0acff9c8ffd8b72fea5045..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/privacy_blacklist_block.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html id="template_root" i18n-values="dir:textdirection">
-<head>
-<title i18n-content="title"></title>
-<style>
-body {
- font-family:Helvetica,Arial,sans-serif;
- background-color:#FFCC00;
- margin:0px;
-}
-.background {
- position:absolute;
- width:100%;
- height:100%;
-}
-.cell {
- padding:20px;
-}
-.box {
- width:80%;
- background-color:white;
- color:black;
- font-size:10pt;
- line-height:16pt;
- text-align:left;
- padding:10px;
- position:relative;
-}
-</style>
-</head>
-<body>
-<table width="100%" cellspacing="0" cellpadding="0">
- <td class="cell" valign="middle" align="center">
- <div class="box">
- <div class="icon"><img src="phishing_icon.png" alt="Blocked Element Icon"/></div>
- <p i18n-content="message"></p>
- <ul style="list-style-type: none">
- <li><a i18n-values="href: url" i18n-content="name" target="_blank"></a></li>
- </ul>
- </div>
- </td>
-</table>
-</body>
-</html>
« no previous file with comments | « chrome/browser/renderer_host/resource_message_filter.cc ('k') | chrome/browser/resources/privacy_blacklist_block.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698