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

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: Use the new icons in the css Created 6 years 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/app/theme/default_200_percent/common/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..da68ca0b5022d899a6fe6ebd89e0090d79b2ce99 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(../../../app/theme/default_100_percent/common/captive_portal_page_icon.png) 1x,
oshima 2015/01/08 17:45:06 are you going to use these images from C++ as well
meacer 2015/01/09 02:16:13 Not planning to use in C++ yet, moved.
+ url(../../../app/theme/default_200_percent/common/captive_portal_page_icon.png) 2x);
}
.styled-checkbox {
« no previous file with comments | « chrome/app/theme/default_200_percent/common/captive_portal_page_icon.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698