diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-27 05:17:47 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-27 05:17:47 +0000 |
commit | 48164f956d68e19019f76e97688a21e4fcd9b564 (patch) | |
tree | a016efcbc606ce608e0cdd18b9dd638aab811162 /ui/resources | |
parent | 79dc4cebcc1bc19cf175f3254cfd79f1af233aa3 (diff) | |
download | chromium_src-48164f956d68e19019f76e97688a21e4fcd9b564.zip chromium_src-48164f956d68e19019f76e97688a21e4fcd9b564.tar.gz chromium_src-48164f956d68e19019f76e97688a21e4fcd9b564.tar.bz2 |
Add an icon to the app list to indicate the current profile.
This icon is only visible on Windows and if there is more than one profile
available.
BUG=174799
Review URL: https://chromiumcodereview.appspot.com/12328002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184880 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/resources')
-rw-r--r-- | ui/resources/ui_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/resources/ui_resources.grd b/ui/resources/ui_resources.grd index ff6fcf1..e36695a 100644 --- a/ui/resources/ui_resources.grd +++ b/ui/resources/ui_resources.grd @@ -25,6 +25,7 @@ <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_LEFT" file="common/app_list_progress_bar_left.png" /> <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_CENTER" file="common/app_list_progress_bar_center.png" /> <structure type="chrome_scaled_image" name="IDR_APP_LIST_ITEM_PROGRESS_RIGHT" file="common/app_list_progress_bar_right.png" /> + <structure type="chrome_scaled_image" name="IDR_APP_LIST_USER_INDICATOR" file="common/app_list_user_indicator.png" /> </if> <structure type="chrome_scaled_image" name="IDR_APP_TOP_CENTER" file="app_top_center.png" /> <if expr="pp_ifdef('toolkit_views')"> |