| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index c7cbab1acc77b60d0a391973b922b5ebcaf497f9..b03b43e36dff1be27b51c24f3b9b5eb868a1522c 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 CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
| const bool PlatformStyle::kTreeViewHasFocusRing = false;
|
|
|