Index: ui/views/style/platform_style.cc |
diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc |
index 46ffecfaabc97983853eef28399047a61310d294..d2188c9bdc46ef30217be5303e087fdcd99fc5de 100644 |
--- a/ui/views/style/platform_style.cc |
+++ b/ui/views/style/platform_style.cc |
@@ -44,6 +44,9 @@ const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true; |
const bool PlatformStyle::kSelectWordOnRightClick = false; |
const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction = |
CustomButton::NOTIFY_ON_RELEASE; |
+const CustomButton::KeyClickAction PlatformStyle::kKeyClickActionOnSpace = |
+ CustomButton::CLICK_ON_KEY_RELEASE; |
+const bool PlatformStyle::kReturnClicksFocusedControl = true; |
const bool PlatformStyle::kTreeViewHasFocusRing = false; |
const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false; |
const bool PlatformStyle::kUseRipples = true; |