Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: chrome/browser/ui/toolbar/action_box_button_controller.h

Issue 13983002: Remove print and move bookmark to the top of the action box. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added TearDown Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/toolbar/action_box_button_controller.h
diff --git a/chrome/browser/ui/toolbar/action_box_button_controller.h b/chrome/browser/ui/toolbar/action_box_button_controller.h
index 94820440deb2daad7b7724ab54a5acc1d1355667..f61af212bc97481f44cf41f70ee9dd2252402079 100644
--- a/chrome/browser/ui/toolbar/action_box_button_controller.h
+++ b/chrome/browser/ui/toolbar/action_box_button_controller.h
@@ -44,6 +44,10 @@ class ActionBoxButtonController : public ui::SimpleMenuModel::Delegate,
ActionBoxButtonController(Browser* browser, Delegate* delegate);
virtual ~ActionBoxButtonController();
+ // Creates and populates an ActionBoxMenuModel according to the current
+ // state of the browser.
+ scoped_ptr<ActionBoxMenuModel> CreateMenuModel();
+
// Notifies this that the action box button has been clicked.
// Methods on the Delegate may be called re-entrantly.
void OnButtonClicked();

Powered by Google App Engine
This is Rietveld 408576698