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

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

Issue 7541002: Make NetworkMenuModel a ui::MenuModel again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Better fix for NOTREACHED(). Created 9 years, 5 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: views/controls/menu/menu_item_view.h
diff --git a/views/controls/menu/menu_item_view.h b/views/controls/menu/menu_item_view.h
index 1403729e0d786a0be626072839b6bc3292b2b81a..07a75c758d639be2aa8216f753484ab1ad34571e 100644
--- a/views/controls/menu/menu_item_view.h
+++ b/views/controls/menu/menu_item_view.h
@@ -322,10 +322,7 @@ class MenuItemView : public View {
// Set top and bottom margins in pixels. If no margin is set or a
// negative margin is specified then MenuConfig values are used.
- void set_margins(int top_margin, int bottom_margin) {
sky 2011/08/02 15:54:56 SetMargins
rhashimoto 2011/08/02 23:04:07 Done.
- top_margin_ = top_margin;
- bottom_margin_ = bottom_margin;
- }
+ void set_margins(int top_margin, int bottom_margin);
// Set the position of the menu with respect to the bounds (top
// level only).

Powered by Google App Engine
This is Rietveld 408576698