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/browser/view_ids.h | |
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/browser/view_ids.h')
-rw-r--r-- | chrome/browser/view_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/view_ids.h b/chrome/browser/view_ids.h index c0780ab..f46c559 100644 --- a/chrome/browser/view_ids.h +++ b/chrome/browser/view_ids.h @@ -39,6 +39,7 @@ enum ViewID { VIEW_ID_PAGE_MENU, VIEW_ID_APP_MENU, VIEW_ID_AUTOCOMPLETE, + VIEW_ID_BOOKMARK_MENU, // The Bookmark Bar. VIEW_ID_BOOKMARK_BAR, |