| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index 2a239c43013a9755decbf4cf3b49086f05333a55..a7affa69a5dda14fa1270c324f994de108217488 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -989,9 +989,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
|
|
| ScopedObserver<ui::NativeTheme, ui::NativeThemeObserver> observer_manager_;
|
|
|
| - // Guard to avoid reentrancy while processing a theme changed message.
|
| - bool processing_theme_changed_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(Widget);
|
| };
|
|
|
|
|