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

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

Issue 252001: Privacy Blacklist Unblock... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/privacy_blacklist_block.html
===================================================================
--- chrome/browser/resources/privacy_blacklist_block.html (revision 27622)
+++ chrome/browser/resources/privacy_blacklist_block.html (working copy)
@@ -35,9 +35,9 @@
<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="_top"></a></li>
+ <li><a i18n-values="href: url" i18n-content="name" target="_blank"></a></li>
</ul>
- <p><a href="about:blank" i18n-content="unblock"></a></p>
+ <p><a i18n-values="href: bypass" i18n-content="unblock"></a></p>
</div>
</td>
</table>
« no previous file with comments | « chrome/browser/renderer_host/resource_dispatcher_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698