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