diff options
author | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 18:48:15 +0000 |
---|---|---|
committer | noms@chromium.org <noms@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-14 18:50:44 +0000 |
commit | 0f425db911d80cdf8664ddd403285f6f6c34883a (patch) | |
tree | 7fbf6f9fb4522c12e939558226dbaeee62ca5041 /chrome/app/theme | |
parent | c23a242eca6d7246d254a1ef7e6b634d9169af3d (diff) | |
download | chromium_src-0f425db911d80cdf8664ddd403285f6f6c34883a.zip chromium_src-0f425db911d80cdf8664ddd403285f6f6c34883a.tar.gz chromium_src-0f425db911d80cdf8664ddd403285f6f6c34883a.tar.bz2 |
[Resources] Update the profile placeholder avatar to latest design
BUG=399660
R=oshima@chromium.org
Review URL: https://codereview.chromium.org/475813002
Cr-Commit-Position: refs/heads/master@{#289649}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/chrome_unscaled_resources.grd | 2 | ||||
-rw-r--r-- | chrome/app/theme/default_100_percent/common/login_guest.png | bin | 1158 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/default_100_percent/common/profile_avatar_placeholder.png | bin | 0 -> 2440 bytes | |||
-rw-r--r-- | chrome/app/theme/default_200_percent/common/login_guest.png | bin | 3705 -> 0 bytes | |||
-rw-r--r-- | chrome/app/theme/default_200_percent/common/profile_avatar_placeholder.png | bin | 0 -> 4815 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
6 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/theme/chrome_unscaled_resources.grd b/chrome/app/theme/chrome_unscaled_resources.grd index 5493ea8..ef827a1 100644 --- a/chrome/app/theme/chrome_unscaled_resources.grd +++ b/chrome/app/theme/chrome_unscaled_resources.grd @@ -75,7 +75,7 @@ <include name="IDR_PROFILE_AVATAR_2X_23" file="default_200_percent/common/profile_avatar_margarita.png" type="BINDATA" /> <include name="IDR_PROFILE_AVATAR_2X_24" file="default_200_percent/common/profile_avatar_note.png" type="BINDATA" /> <include name="IDR_PROFILE_AVATAR_2X_25" file="default_200_percent/common/profile_avatar_sun_cloud.png" type="BINDATA" /> - <include name="IDR_PROFILE_AVATAR_2X_26" file="default_200_percent/common/login_guest.png" type="BINDATA" /> + <include name="IDR_PROFILE_AVATAR_2X_26" file="default_200_percent/common/profile_avatar_placeholder.png" type="BINDATA" /> </if> <if expr="is_macosx and enable_app_list"> <!-- App Launcher icons for .app shim, dock icon. Unscaled, because the diff --git a/chrome/app/theme/default_100_percent/common/login_guest.png b/chrome/app/theme/default_100_percent/common/login_guest.png Binary files differdeleted file mode 100644 index e2f1b7c..0000000 --- a/chrome/app/theme/default_100_percent/common/login_guest.png +++ /dev/null diff --git a/chrome/app/theme/default_100_percent/common/profile_avatar_placeholder.png b/chrome/app/theme/default_100_percent/common/profile_avatar_placeholder.png Binary files differnew file mode 100644 index 0000000..66c8c6b --- /dev/null +++ b/chrome/app/theme/default_100_percent/common/profile_avatar_placeholder.png diff --git a/chrome/app/theme/default_200_percent/common/login_guest.png b/chrome/app/theme/default_200_percent/common/login_guest.png Binary files differdeleted file mode 100644 index 42bf984..0000000 --- a/chrome/app/theme/default_200_percent/common/login_guest.png +++ /dev/null diff --git a/chrome/app/theme/default_200_percent/common/profile_avatar_placeholder.png b/chrome/app/theme/default_200_percent/common/profile_avatar_placeholder.png Binary files differnew file mode 100644 index 0000000..c6a6e7b --- /dev/null +++ b/chrome/app/theme/default_200_percent/common/profile_avatar_placeholder.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 784a00e..dea32a6 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -674,7 +674,7 @@ <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_23" file="common/profile_avatar_margarita_mac.png" /> <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_24" file="common/profile_avatar_note_mac.png" /> <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_25" file="common/profile_avatar_sun_cloud_mac.png" /> - <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file="common/login_guest.png" /> + <structure type="chrome_scaled_image" name="IDR_PROFILE_AVATAR_26" file="common/profile_avatar_placeholder.png" /> <!-- New style avatar button --> <if expr="toolkit_views"> |