diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 21:38:29 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 21:38:29 +0000 |
commit | 8e261756c62de3737c5dc9b9418857e2b58a7618 (patch) | |
tree | 7f531ce7155a09f517c21c7e1f9eb95240465216 /chrome/app/theme | |
parent | 2756834856ac17385e6f690f5c73361a877c668d (diff) | |
download | chromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.zip chromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.tar.gz chromium_src-8e261756c62de3737c5dc9b9418857e2b58a7618.tar.bz2 |
Adds a bookmark menu. This is experimental. To turn on you need
--bookmark-menu.
BUG=3206
TEST=Turn on the bookmark menu via --bookmark-menu and make sure it
works. Also make sure I didn't break anything on the bookmark bar.
Review URL: http://codereview.chromium.org/42460
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r-- | chrome/app/theme/menu_bookmark.png | bin | 0 -> 1121 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/menu_bookmark.png b/chrome/app/theme/menu_bookmark.png Binary files differnew file mode 100644 index 0000000..04f012a --- /dev/null +++ b/chrome/app/theme/menu_bookmark.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index c8dfa5e..04b51b2 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -308,6 +308,7 @@ <include name="IDR_DOCK_MAX" file="dock_tab_max.png" type="BINDATA" /> <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> + <include name="IDR_MENU_BOOKMARK" file="menu_bookmark.png" type="BINDATA" /> <if expr="pp_ifdef('_google_chrome')"> <include name="IDR_ABOUT_BACKGROUND" file="google_chrome/about_background.png" type="BINDATA" /> |