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

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

Issue 10544117: Make new tab button color match inactive tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: binary only Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources_standard.grd
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index 7f8e8116c72983e7a4e4eb4b31acd45dca731d94..b005806ccb02efee9c66208c21779331d7c59c94 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -140,13 +140,19 @@
<include name="IDR_LOCATION_BAR_SELECTED_KEYWORD_BACKGROUND_R" file="default_100_percent/keyword_search_bubble_r.png" type="BINDATA" />
<include name="IDR_MOBILE" file="default_100_percent/mobile.png" type="BINDATA" />
<include name="IDR_MOBILE_LIT" file="default_100_percent/mobile_lit.png" type="BINDATA" />
- <if expr="pp_ifdef('toolkit_views')">
+ <if expr="pp_ifdef('use_ash')">
<include name="IDR_NEWTAB_BUTTON" file="default_100_percent/ash/newtab_normal.png" type="BINDATA" />
<include name="IDR_NEWTAB_BUTTON_H" file="default_100_percent/ash/newtab_hover.png" type="BINDATA" />
<include name="IDR_NEWTAB_BUTTON_P" file="default_100_percent/ash/newtab_pressed.png" type="BINDATA" />
<include name="IDR_NEWTAB_BUTTON_MASK" file="default_100_percent/ash/newtab_button_mask.png" type="BINDATA" />
</if>
- <if expr="not pp_ifdef('toolkit_views')">
+ <if expr="pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')">
+ <include name="IDR_NEWTAB_BUTTON" file="default_100_percent/newtab_views.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_H" file="default_100_percent/newtab_hover.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_P" file="default_100_percent/newtab_p_views.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_BUTTON_MASK" file="default_100_percent/newtab_button_mask_views.png" type="BINDATA" />
+ </if>
+ <if expr="not pp_ifdef('toolkit_views') and not pp_ifdef('use_ash')">
flackr 2012/06/13 19:38:04 This change broke running chrome with touch optimi
<include name="IDR_NEWTAB_BUTTON" file="default_100_percent/newtab.png" type="BINDATA" />
<include name="IDR_NEWTAB_BUTTON_H" file="default_100_percent/newtab_hover.png" type="BINDATA" />
<include name="IDR_NEWTAB_BUTTON_P" file="default_100_percent/newtab_pressed.png" type="BINDATA" />
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698