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

Unified Diff: chrome/browser/resources/history/history.css

Issue 14752005: Finch experiments on SSL, malware, and phishing interstitials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Browsertest trybot fix Created 7 years, 7 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/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 57df9767edd03ea70a82b96c3ea4a8b5dbf59342..74b1f0f2281f3580813d3d87c3c0b0e7efdc70cc 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -328,7 +328,7 @@ html[dir='rtl'] .site-domain {
/* TODO(sergiu): If this is the final icon replace it with a separate resource.
*/
.blocked-indicator {
- background: url(../ssl_roadblock_icon.png) no-repeat;
+ background: url(../ssl/roadblock_icon.png) no-repeat;
background-size: 30%;
}

Powered by Google App Engine
This is Rietveld 408576698