| 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 6fc945e69d3113e60e07c115e47271c4a36360b8..a2d7d0b500b64f2dd9118e15af8182273b2aaffd 100644
|
| --- a/views/controls/menu/menu_item_view.h
|
| +++ b/views/controls/menu/menu_item_view.h
|
| @@ -79,13 +79,15 @@ class MenuItemView : public View {
|
| // ID used to identify empty menu items.
|
| static const int kEmptyMenuItemViewID;
|
|
|
| - // Different types of menu items.
|
| + // Different types of menu items. EMPTY is a special type for empty
|
| + // menus that is only used internally.
|
| enum Type {
|
| NORMAL,
|
| SUBMENU,
|
| CHECKBOX,
|
| RADIO,
|
| - SEPARATOR
|
| + SEPARATOR,
|
| + EMPTY
|
| };
|
|
|
| // Where the menu should be anchored to.
|
|
|