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

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

Issue 2832823002: Update avatar button to MD (Closed)
Patch Set: Rebased on CL 2833363002 Created 3 years, 8 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 23007e72b2ac9137261de1f27c88c379e868b166..2c2c2862bd37ed912303da603de0ec304d0ef0e8 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -433,6 +433,9 @@
<structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRESSED_TOP" file="win/avatar_button/win8/sign_in_button_pressed_top.png" />
<structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRESSED_TOP_LEFT" file="win/avatar_button/win8/sign_in_button_pressed_top_left.png" />
<structure type="chrome_scaled_image" name="IDR_AVATAR_NATIVE_BUTTON_PRESSED_TOP_RIGHT" file="win/avatar_button/win8/sign_in_button_pressed_top_right.png" />
+
+ <!-- Windows 10 Material Design -->
+ <structure type="chrome_scaled_image" name="IDR_AVATAR_MD_BUTTON_AVATAR" file="win/avatar_button/win10/sign_in_button_avatar.png" />
Peter Kasting 2017/04/26 02:09:53 Please don't introduce new PNG resources; use vect
emx 2017/04/27 16:30:57 Done.
</if> <!-- toolkit_views and not is_macosx -->
<if expr="enable_app_list">
<structure type="chrome_scaled_image" name="IDR_PROFILE_PICTURE_LOADING" file="profile_loading.png" />

Powered by Google App Engine
This is Rietveld 408576698