| Index: ash/common/wm/overview/window_selector.h
|
| diff --git a/ash/common/wm/overview/window_selector.h b/ash/common/wm/overview/window_selector.h
|
| index 55311cb619029f39cbc608ecf4914d449ad76d27..9677c16bde9836563b3487d68a79d445df017a6b 100644
|
| --- a/ash/common/wm/overview/window_selector.h
|
| +++ b/ash/common/wm/overview/window_selector.h
|
| @@ -181,6 +181,9 @@ class ASH_EXPORT WindowSelector : public display::DisplayObserver,
|
| // the text filtering textfield.
|
| int text_filter_bottom_;
|
|
|
| + // True once Shutdown() has been called.
|
| + bool shutting_down_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(WindowSelector);
|
| };
|
|
|
|
|