diff options
author | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 03:38:11 +0000 |
---|---|---|
committer | mad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-10 03:38:11 +0000 |
commit | 9b192f0b0be740a2f84c9a9e3e163a6a2173be1e (patch) | |
tree | 23dd9549796f2f3d1f7299ba8520391210ae7165 /chrome/app/theme/theme_resources.grd | |
parent | 5607681c9ed1e84efd95058cfc0d546f7fa8f1ae (diff) | |
download | chromium_src-9b192f0b0be740a2f84c9a9e3e163a6a2173be1e.zip chromium_src-9b192f0b0be740a2f84c9a9e3e163a6a2173be1e.tar.gz chromium_src-9b192f0b0be740a2f84c9a9e3e163a6a2173be1e.tar.bz2 |
Move the Apps shortcut to the left of the bookmarks bar, and use new icon.
BUG=226887
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193272
Review URL: https://chromiumcodereview.appspot.com/13800017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193307 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 0e92f5c..fe9ba7b 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -103,6 +103,7 @@ <if expr="not is_macosx"> <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" file="common/bookmark_bar_folder.png" /> </if> + <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_APPS_SHORTCUT" file="common/apps_bookmark_bar_icon.png" /> <if expr="pp_ifdef('chromeos')"> <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_CHOOSE_FILE" file="choose_file.png" /> <structure type="chrome_scaled_image" name="IDR_BUTTON_USER_IMAGE_RECORD_VIDEO" file="record_video.png" /> |