| Index: ui/base/models/menu_separator_types.h
|
| diff --git a/ui/base/models/menu_separator_types.h b/ui/base/models/menu_separator_types.h
|
| index 32c573d84dfb6f4e336561df410d7d0f833a585b..2dcde3540211914530ce89c2f00ec83d993bb1f9 100644
|
| --- a/ui/base/models/menu_separator_types.h
|
| +++ b/ui/base/models/menu_separator_types.h
|
| @@ -19,7 +19,10 @@ enum MenuSeparatorType {
|
| LOWER_SEPARATOR,
|
|
|
| // Spacing - top to bottom: Spacing only.
|
| - SPACING_SEPARATOR
|
| + SPACING_SEPARATOR,
|
| +
|
| + // Vertical separator within a row.
|
| + VERTICAL_SEPARATOR,
|
| };
|
|
|
| } // namespace ui
|
|
|