| Index: ash/wm/maximize_mode/maximize_mode_window_manager.h
|
| diff --git a/ash/wm/maximize_mode/maximize_mode_window_manager.h b/ash/wm/maximize_mode/maximize_mode_window_manager.h
|
| index 081384cb44ac263bdcbda696050d8f2aedbd603b..4caa571d50098e8746aa9f275108f1f003a222fc 100644
|
| --- a/ash/wm/maximize_mode/maximize_mode_window_manager.h
|
| +++ b/ash/wm/maximize_mode/maximize_mode_window_manager.h
|
| @@ -71,6 +71,9 @@ class ASH_EXPORT MaximizeModeWindowManager : public aura::WindowObserver,
|
| void OnDisplayMetricsChanged(const display::Display& display,
|
| uint32_t metrics) override;
|
|
|
| + // Tell all managing windows not to handle WM events.
|
| + void SetIgnoreWmEventsForExit();
|
| +
|
| protected:
|
| friend class MaximizeModeController;
|
|
|
|
|