Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index f4aa13a9d688aa1a1955cf3004a27b9164b5c23e..e8d258d02df33904af069bdb759b4992291d68f6 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -559,6 +559,9 @@ class ASH_EXPORT Shell : public SessionObserver, |
| // TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|. |
| void UpdateAfterLoginStatusChange(LoginStatus status); |
| + // Notifies observers that the AppList has been shown or dismissed. |
| + void NotifyAppListShownOrDismissed(bool shown, aura::Window* root_window); |
| + |
| // Notifies observers that maximize mode has started, windows might still |
| // animate. |
| void NotifyMaximizeModeStarted(); |