diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 03:22:05 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 03:22:05 +0000 |
commit | a88c0476e107033244e8a33b34d026985d1130e0 (patch) | |
tree | 1fb3fbd4d475980c185a8eb48c4ec895b92ca800 /chrome/app/theme/theme_resources.grd | |
parent | d7c04bf36f9de6576e14b871e19da9d8d94ec2d5 (diff) | |
download | chromium_src-a88c0476e107033244e8a33b34d026985d1130e0.zip chromium_src-a88c0476e107033244e8a33b34d026985d1130e0.tar.gz chromium_src-a88c0476e107033244e8a33b34d026985d1130e0.tar.bz2 |
Remove duplicated bookmark_bar_folder_mac.png resource.
We have another copy of this icon in default_100_percent/common
and default_200_percent/common/ directories.
Move the copy from common/ directory to mac/.
R=thakis@chromium.org,oshima@chromium.org,dbeam@chromium.org
Review URL: https://codereview.chromium.org/13811003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme/theme_resources.grd')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index fe9ba7b..c803e2a 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -98,7 +98,7 @@ <structure type="chrome_scaled_image" name="IDR_BOOKMARKS_FAVICON" file="common/favicon_bookmarks.png" /> <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_CHEVRONS" file="common/chevron.png" /> <if expr="is_macosx"> - <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" file="bookmark_bar_folder_mac.png" /> + <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" file="mac/bookmark_bar_folder.png" /> </if> <if expr="not is_macosx"> <structure type="chrome_scaled_image" name="IDR_BOOKMARK_BAR_FOLDER" file="common/bookmark_bar_folder.png" /> |