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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.css

Issue 791083003: Add captive portal interstitial icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move images to resources/security_warnings/images Created 5 years, 11 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/resources/security_warnings/images/2x/captive_portal_page_icon.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_v2.css
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
index 9c605f4011d253620afdf766b33bbe07efa03ff3..bf8044626d6b2d871ce5a64617da1239c89d3ab7 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -176,8 +176,8 @@ input[type=checkbox] {
.captive-portal .icon {
background-image: -webkit-image-set(
- url(../../../app/theme/default_100_percent/common/error_network_offline.png) 1x,
- url(../../../app/theme/default_200_percent/common/error_network_offline.png) 2x);
+ url(images/1x/captive_portal_page_icon.png) 1x,
+ url(images/2x/captive_portal_page_icon.png) 2x);
}
.styled-checkbox {
« no previous file with comments | « chrome/browser/resources/security_warnings/images/2x/captive_portal_page_icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698