Index: chrome/browser/ui/views/action_box_menu.h |
diff --git a/chrome/browser/ui/views/action_box_menu.h b/chrome/browser/ui/views/action_box_menu.h |
index 170aa22f8cbcbc652b712415d05b97f5294fc422..a158ce2f03dd963212b55cc3d88ca7e876349713 100644 |
--- a/chrome/browser/ui/views/action_box_menu.h |
+++ b/chrome/browser/ui/views/action_box_menu.h |
@@ -18,6 +18,7 @@ class ActionBoxMenuModel; |
namespace views { |
class Background; |
class Border; |
+struct MenuConfig; |
class MenuItemView; |
class MenuRunner; |
class View; |
@@ -65,6 +66,8 @@ class ActionBoxMenu : public views::MenuDelegate, |
// Populates |root_| with all the child menu items from the |model_|. |
void PopulateMenu(); |
+ void CustomizeMenu(views::MenuConfig* menu_config); |
+ |
Browser* browser_; |
scoped_ptr<views::MenuRunner> menu_runner_; |