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

Unified Diff: ui/views/controls/menu/menu_item_view.h

Issue 10533086: Action box menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Action box menu Created 8 years, 6 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: ui/views/controls/menu/menu_item_view.h
diff --git a/ui/views/controls/menu/menu_item_view.h b/ui/views/controls/menu/menu_item_view.h
index 4007ff26c250fdcf370ba2ad4b3d3c3086d11d5e..109799faf210d539bb6e31aac3914094e6caeef2 100644
--- a/ui/views/controls/menu/menu_item_view.h
+++ b/ui/views/controls/menu/menu_item_view.h
@@ -137,6 +137,8 @@ class VIEWS_EXPORT MenuItemView : public View {
const gfx::ImageSkia& icon,
Type type);
Aaron Boodman 2012/07/02 22:41:34 Remove blank line.
yefimt 2012/07/11 22:34:34 It was a merging issue, it should not be here at a
+ void AddMenuItemAt(int index, MenuItemView* item);
+
// Remove an item from the menu at a specified index.
// ChildrenChanged() should be called after removing menu items (whether
// the menu may be active or not).

Powered by Google App Engine
This is Rietveld 408576698