| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index f8296ec53e40cad43b07c4b9229c25b827bfcdb2..aed39ada17faad0b4e4f5ebfe238596467a84d88 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -243,6 +243,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| // MenuItem
|
| kColorId_EnabledMenuItemForegroundColor,
|
| kColorId_DisabledMenuItemForegroundColor,
|
| + kColorId_DisabledEmphasizedMenuItemForegroundColor,
|
| kColorId_SelectedMenuItemForegroundColor,
|
| kColorId_FocusedMenuItemBackgroundColor,
|
| kColorId_HoverMenuItemBackgroundColor,
|
|
|