Chromium Code Reviews| Index: views/controls/menu/menu_2.h |
| diff --git a/views/controls/menu/menu_2.h b/views/controls/menu/menu_2.h |
| index 5763997c7ce6b47a9370767d77c1ebaadc6722b7..2d0ff235eaf4dba24b71f53ce3e574dd4a0ec9f4 100644 |
| --- a/views/controls/menu/menu_2.h |
| +++ b/views/controls/menu/menu_2.h |
| @@ -76,6 +76,9 @@ class Menu2 { |
| // Accessors. |
| menus::MenuModel* model() const { return model_; } |
| + // Sets the minimum width of the menu. |
| + void SetMinimumWidth(int width); |
| + |
| private: |
| friend class NativeMenuGtk; |