| Index: ui/views/style/platform_style_mac.mm
|
| diff --git a/ui/views/style/platform_style_mac.mm b/ui/views/style/platform_style_mac.mm
|
| index e03b2092d8de85b6b5670c8c6073c7ae1df3c937..d10a483690b9f589581efc3ac0d84320fd54fb78 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -22,6 +22,7 @@ const int PlatformStyle::kComboboxNormalArrowPadding = 0;
|
| const int PlatformStyle::kMinLabelButtonWidth = 32;
|
| const int PlatformStyle::kMinLabelButtonHeight = 30;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = false;
|
| +const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = false;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = true;
|
|
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
|
|