| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index d2188c9bdc46ef30217be5303e087fdcd99fc5de..b744302ec19655be46c0635738214039b22136ba 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -42,6 +42,7 @@ const int PlatformStyle::kMinLabelButtonHeight = 33;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
|
| const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| const bool PlatformStyle::kSelectWordOnRightClick = false;
|
| +const bool PlatformStyle::kSelectAllOnRightClickWhenUnfocused = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
| const CustomButton::KeyClickAction PlatformStyle::kKeyClickActionOnSpace =
|
|
|