| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index dc20e0f879a15d11e455f96590151c0dcb58590d..46ffecfaabc97983853eef28399047a61310d294 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -41,7 +41,6 @@ const int PlatformStyle::kMinLabelButtonWidth = 70;
|
| const int PlatformStyle::kMinLabelButtonHeight = 33;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
|
| const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| -const bool PlatformStyle::kTextDragVerticallyDragsToEnd = false;
|
| const bool PlatformStyle::kSelectWordOnRightClick = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
|
|