summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/toolbar_view.h
diff options
context:
space:
mode:
authorsky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 21:38:29 +0000
committersky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 21:38:29 +0000
commit8e261756c62de3737c5dc9b9418857e2b58a7618 (patch)
tree7f531ce7155a09f517c21c7e1f9eb95240465216 /chrome/browser/views/toolbar_view.h
parent2756834856ac17385e6f690f5c73361a877c668d (diff)
downloadchromium_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/views/toolbar_view.h')
-rw-r--r--chrome/browser/views/toolbar_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/views/toolbar_view.h b/chrome/browser/views/toolbar_view.h
index 10c5506..2b25bbc 100644
--- a/chrome/browser/views/toolbar_view.h
+++ b/chrome/browser/views/toolbar_view.h
@@ -192,6 +192,8 @@ class BrowserToolbarView : public views::View,
GoButton* go_;
views::MenuButton* page_menu_;
views::MenuButton* app_menu_;
+ // The bookmark menu button. This may be null.
+ views::MenuButton* bookmark_menu_;
Profile* profile_;
Browser* browser_;