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

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

Issue 11866010: Add image assets for new policy page overflow indicator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 11 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/theme/default_200_percent/common/overflow_indicator_pressed.png ('k') | 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.grd
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 03a9202f0c05516eb194e21122b96f47a1c235c6..b1b5b2fa37c1ce6d5400bf0ef10f0ea840d33e0f 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -555,6 +555,9 @@
<if expr="not context.startswith('default_')">
<structure type="chrome_scaled_image" name="IDR_OTR_ICON_FULLSCREEN" file="otr_icon_fullscreen.png" />
</if>
+ <structure type="chrome_scaled_image" name="IDR_OVERFLOW_INDICATOR_HOVER" file="common/overflow_indicator_hover.png" />
+ <structure type="chrome_scaled_image" name="IDR_OVERFLOW_INDICATOR_NORMAL" file="common/overflow_indicator_normal.png" />
+ <structure type="chrome_scaled_image" name="IDR_OVERFLOW_INDICATOR_PRESSED" file="common/overflow_indicator_pressed.png" />
<structure type="chrome_scaled_image" name="IDR_PAGEINFO_BAD" file="pageinfo_bad.png" />
<structure type="chrome_scaled_image" name="IDR_PAGEINFO_GOOD" file="pageinfo_good.png" />
<structure type="chrome_scaled_image" name="IDR_PAGEINFO_INFO" file="pageinfo_info.png" />
« no previous file with comments | « chrome/app/theme/default_200_percent/common/overflow_indicator_pressed.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698