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

Unified Diff: chrome/app/theme/theme_resources.grd

Issue 10835041: Adding OOBE high DPI assets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 8 years, 5 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/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index c518c01f159da699e2819c501456492858b7ec20..8a9aa07f6819bf7fe4a47d013d23769cc818d7c5 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -279,9 +279,9 @@
</if>
<if expr="pp_ifdef('chromeos')">
<structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24" file="icon_add_user24.png" />
Nikita (slow) 2012/08/01 23:51:30 nit: Please remove IDR_ICON_ADD_USER24 and binary
- <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER24_WHITE" file="icon_add_user24_white.png" />
+ <structure type="chrome_scaled_image" name="IDR_ICON_ADD_USER_WHITE" file="icon_add_user_white.png" />
<structure type="chrome_scaled_image" name="IDR_ICON_POWER24" file="icon_power24.png" />
Nikita (slow) 2012/08/01 23:51:30 nit: Please remove IDR_ICON_POWER24 + binary resou
- <structure type="chrome_scaled_image" name="IDR_ICON_POWER24_WHITE" file="icon_power24_white.png" />
+ <structure type="chrome_scaled_image" name="IDR_ICON_POWER_WHITE" file="icon_power_white.png" />
</if>
<if expr="is_win">
<structure type="chrome_scaled_image" name="IDR_INCOGNITO_SWITCH_OFF" file="incognito_switch_off.png" />
@@ -411,9 +411,10 @@
<structure type="chrome_scaled_image" name="IDR_MOBILE" file="mobile.png" />
<structure type="chrome_scaled_image" name="IDR_MOBILE_LIT" file="mobile_lit.png" />
<if expr="pp_ifdef('chromeos')">
+ <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD" file="network_hide_password.png" />
+ <structure type="chrome_scaled_image" name="IDR_NETWORK_HIDE_PASSWORD_HOVER" file="network_hide_password_hover.png" />
+ <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD" file="network_show_password.png" />
<structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_HOVER" file="network_show_password_hover.png" />
- <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_OFF" file="network_show_password_off.png" />
- <structure type="chrome_scaled_image" name="IDR_NETWORK_SHOW_PASSWORD_ON" file="network_show_password_on.png" />
</if>
<if expr="not pp_ifdef('toolkit_views')">
<structure type="chrome_scaled_image" name="IDR_NEWTAB_BUTTON" file="newtab.png" />
« no previous file with comments | « chrome/app/theme/default_200_percent/icon_power_white.png ('k') | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698