| Index: ui/native_theme/native_theme.h
|
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
| index b1497780ce7f276e50acd5293b2ce49b51e45856..b1abcd79f1b8853d73c39c3a59387d9373093a8d 100644
|
| --- a/ui/native_theme/native_theme.h
|
| +++ b/ui/native_theme/native_theme.h
|
| @@ -299,8 +299,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| kColorId_FocusedBorderColor,
|
| kColorId_UnfocusedBorderColor,
|
| // Button
|
| - kColorId_ButtonEnabledColor,
|
| - kColorId_ButtonDisabledColor,
|
| + kColorId_TextOnEnabledDialogButton,
|
| + kColorId_TextOnDisabledDialogButton,
|
| kColorId_ButtonHoverColor,
|
| kColorId_ButtonPressedShade,
|
| kColorId_BlueButtonEnabledColor,
|
| @@ -309,7 +309,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
| kColorId_BlueButtonHoverColor,
|
| kColorId_BlueButtonShadowColor,
|
| kColorId_ProminentButtonColor,
|
| - kColorId_TextOnProminentButtonColor,
|
| + kColorId_TextOnProminentDialogButton,
|
| // MenuItem
|
| kColorId_EnabledMenuItemForegroundColor,
|
| kColorId_DisabledMenuItemForegroundColor,
|
|
|