| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 910315c166c9c9268f972895625992ae30ea0dc9..1150b4567ab4ad1d000d370e1d4466a40c38272c 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -611,6 +611,8 @@ class ASH_EXPORT Shell : public SessionObserver,
|
| // Used to provide better error messages for Shell::Get() under mash.
|
| static void SetIsBrowserProcessWithMash();
|
|
|
| + void OnAppListVisibilityChanged(bool visible, aura::Window* root_window);
|
| +
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(ExtendedDesktopTest, TestCursor);
|
| FRIEND_TEST_ALL_PREFIXES(WindowManagerTest, MouseEventCursors);
|
|
|