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

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

Issue 10800054: Add pin icon to the omnibar in windows 8 metro mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: linux tests 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/theme/theme_resources.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 55c2081bd1b2ce87b7d2e1a3f51449b8145dd73a..b28e26e44da82b8d50660f76c140264db5a4e6af 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -486,6 +486,10 @@
<structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE" file="panel_restore.png" />
<structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_C" file="panel_restore_click.png" />
<structure type="chrome_scaled_image" name="IDR_PANEL_RESTORE_H" file="panel_restore_hover.png" />
+ <if expr="is_win">
+ <structure type="chrome_scaled_image" name="IDR_METRO_PIN" file="metro_pin.png" />
+ <structure type="chrome_scaled_image" name="IDR_METRO_PINNED" file="metro_pinned.png" />
+ </if>
<structure type="chrome_scaled_image" name="IDR_PLUGIN" file="plugin.png" />
<structure type="chrome_scaled_image" name="IDR_PRERENDER" file="prerender_succeed_icon.png" />
<structure type="chrome_scaled_image" name="IDR_PRERENDER_FAIL_ICON" file="prerender_fail_icon.png" />
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/browser_command_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698