Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(964)

Unified Diff: ui/native_theme/native_theme.h

Issue 2961223002: Rename native theme color constants relating to text on dialog buttons
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/native_theme/native_theme_dark_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/native_theme/native_theme_dark_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698