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