| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index 72b4a1bc825206a414405af0b0943d006b32ba14..e1da29f3068ddaf185323bab144c7509795a616e 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -38,6 +38,7 @@ const int PlatformStyle::kComboboxNormalArrowPadding = 7;
|
| const int PlatformStyle::kMinLabelButtonWidth = 70;
|
| const int PlatformStyle::kMinLabelButtonHeight = 33;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
|
| +const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
|
|