Chromium Code Reviews| Index: ash/shell.h |
| diff --git a/ash/shell.h b/ash/shell.h |
| index 65b3baadc26c67f843228d1cad89241a9aca5148..8eb6e4482c03cbd10eb8dc68e2255956fc3815a2 100644 |
| --- a/ash/shell.h |
| +++ b/ash/shell.h |
| @@ -254,6 +254,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; |
|
James Cook
2016/06/23 20:08:08
I'm OK with this given the other 4 app-list method
mohsen
2016/06/27 22:17:10
Acknowledged.
|
| + |
| // Returns app list target visibility. |
| bool GetAppListTargetVisibility() const; |