| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 9ade039d4a3c0e07813d7c0fceffde2d39a091c0..ca629b24d1a17ec13c9ca9084f55f8478901c705 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -882,9 +882,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // |saved_show_state_| is maximized.
|
| gfx::Rect initial_restored_bounds_;
|
|
|
| - // True if the widget can be activated.
|
| - bool can_activate_;
|
| -
|
| // 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.
|
|
|