| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index 01fccead35aa4715bd042614f36afb336244495d..76d65ce2ecd2aae2619c14f84578eb55bc2ae177 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -244,6 +244,10 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| kColorId_ButtonHighlightColor,
|
| kColorId_ButtonHoverColor,
|
| kColorId_ButtonHoverBackgroundColor,
|
| + kColorId_BlueButtonEnabledColor,
|
| + kColorId_BlueButtonDisabledColor,
|
| + kColorId_BlueButtonHighlightColor,
|
| + kColorId_BlueButtonHoverColor,
|
| // MenuItem
|
| kColorId_EnabledMenuItemForegroundColor,
|
| kColorId_DisabledMenuItemForegroundColor,
|
|
|