| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index bb273232fa20c4616afcb859450cd5083a44f24e..f89fc08b35869a17d175cebf75924f8587a61a32 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -259,6 +259,10 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Shows the app list if it's not visible. Dismisses it otherwise.
|
| void ToggleAppList(aura::Window* anchor);
|
|
|
| + // Returns app list actual visibility. This might differ from
|
| + // GetAppListTargetVisibility() when hiding animation is still in flight.
|
| + bool IsApplistVisible() const;
|
| +
|
| // Returns app list target visibility.
|
| bool GetAppListTargetVisibility() const;
|
|
|
|
|