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

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

Issue 10916283: mac: use png otr icon asset instead of pdf (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 a9fb04923a4bc5a574d45845ff2326afba9e2cf7..4073eb5649f19525ace54ffc468ec416ed0fb391 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -520,7 +520,7 @@
<structure type="chrome_scaled_image" name="IDR_OOBE_PROGRESS_LINE_LEFT" file="oobe_progress_line_left.png" />
<structure type="chrome_scaled_image" name="IDR_OOBE_PROGRESS_LINE_RIGHT" file="oobe_progress_line_right.png" />
</if>
- <if expr="not pp_ifdef('toolkit_views')">
+ <if expr="not pp_ifdef('toolkit_views') and not is_macosx">
<structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="otr_icon.png" />
</if>
<if expr="pp_ifdef('toolkit_views')">
@@ -531,6 +531,9 @@
<structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="cros/otr_icon.png" />
</if>
</if>
+ <if expr="is_macosx">
+ <structure type="chrome_scaled_image" name="IDR_OTR_ICON" file="mac/otr_icon.png" />
+ </if>
<if expr="context.startswith('default_')">
<structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" file="otr_icon.png" />
</if>

Powered by Google App Engine
This is Rietveld 408576698