Chromium Code Reviews| 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). |