| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index e74281cdc88009fdceaa14cba772a6377cc4acef..d1bdefac1356bc87df84093828a69ed7fcfe7ee9 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -38,6 +38,7 @@ const int PlatformStyle::kMinLabelButtonWidth = 70;
|
| const int PlatformStyle::kMinLabelButtonHeight = 33;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = false;
|
| +const bool PlatformStyle::kTreeViewSelectsEntireRow = false;
|
|
|
| // static
|
| gfx::ImageSkia PlatformStyle::CreateComboboxArrow(bool is_enabled,
|
|
|