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(); |