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..8a7418f6d49e161e2b33364493508b90d55bfb71 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_CallToActionButtonEnabledColor, |
+ kColorId_CallToActionButtonDisabledColor, |
+ kColorId_CallToActionButtonHighlightColor, |
+ kColorId_CallToActionButtonHoverColor, |
// MenuItem |
kColorId_EnabledMenuItemForegroundColor, |
kColorId_DisabledMenuItemForegroundColor, |