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

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

Issue 455013002: Make IDR_PROFILE_PICTURE_LOADING available on platforms where enable_app_list is turned on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/profile_loading.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 699b9bc3e97a9f23d57a5f92371a4014d65ab4fb..2cc150c34dde85e9ea514ff79fb51eca6d98e694 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -840,8 +840,10 @@
<structure type="chrome_scaled_image" name="IDR_AVATAR_THEMED_MAC_BUTTON_NORMAL_TOP_RIGHT" file="mac/avatar_button/sign_in_button_themed_top_right.png" />
</if>
+ <if expr="enable_app_list">
+ <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />
+ </if>
<if expr="chromeos">
- <structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="cros/profile_loading.png" />
<structure type="chrome_scaled_image" name="IDR_RESET_WARNING" file="reset_warning.png" />
</if>
<structure type="chrome_scaled_image" name="IDR_QUESTION_MARK" file="common/question_mark.png" />
« no previous file with comments | « chrome/app/theme/default_200_percent/profile_loading.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698