diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 16:38:53 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 16:38:53 +0000 |
commit | d293f154cc2965353b2201284e7d14046247afe3 (patch) | |
tree | 1bca63851c5ed3cb435523d0c345fdc05f793729 /chrome/app/theme | |
parent | 9de4430af17a2a2b322a3f181c435fd332026e31 (diff) | |
download | chromium_src-d293f154cc2965353b2201284e7d14046247afe3.zip chromium_src-d293f154cc2965353b2201284e7d14046247afe3.tar.gz chromium_src-d293f154cc2965353b2201284e7d14046247afe3.tar.bz2 |
[Mac, Win] Avatar photo is now a circle in the new avatar bubble.
Also cleaned up all the padding/margins to match the red
lines in the mocks. But most importantly: LOOK AT THAT CIRCLE. <3
Screenshots: https://drive.google.com/open?id=0B1B1Up4p2NRMU2trNTBvZ3c5aHc&authuser=1
BUG=353398
TEST=With the --new-profile-management flag on, start Chrome. Clicking on the avatar button should open the avatar
bubble. Most notably, the avatar icon should be a circle.
Review URL: https://codereview.chromium.org/250383007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 42888f6..5308681 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -359,6 +359,8 @@ name="IDR_ICON_PROFILES_EDIT_HOVER" file="common/edit_button_hover.png" /> <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_PRESSED" file="common/edit_button_pressed.png" /> <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_MENU_CARET" file="common/carrot_blue.png" /> + <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_AVATAR_PHOTO_FRAME" file="common/avatar_photo_frame.png" /> + <structure type="chrome_scaled_image" name="IDR_ICON_PROFILES_EDIT_CAMERA" file="common/edit_camera.png" /> </if> <if expr="not is_android and not is_ios and not chromeos"> <!-- User Manager tutorial --> |