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

Unified Diff: chrome/browser/ui/views/action_box_menu.h

Issue 11026076: Added MenuConfig setter to MenuItemView, updated rest of the code to use set MenuConfig if it avail… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/action_box_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/action_box_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698