| Index: views/widget/widget.h
|
| diff --git a/views/widget/widget.h b/views/widget/widget.h
|
| index 456edb2e383011ac82b6c7a3d2a0e1ce3b5b8dad..f538a26761d13c970ae52caf1def714e4e04f98f 100644
|
| --- a/views/widget/widget.h
|
| +++ b/views/widget/widget.h
|
| @@ -714,9 +714,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // |saved_show_state_| is maximized.
|
| gfx::Rect initial_restored_bounds_;
|
|
|
| - // The smallest size the user can resize the window.
|
| - gfx::Size minimum_size_;
|
| -
|
| // Focus is automatically set to the view provided by the delegate
|
| // when the widget is shown. Set this value to false to override
|
| // initial focus for the widget.
|
|
|