| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 237a1a88666f0ed9273883558034094ab5a40b88..1440c9687df6e7d8cf682cb16a379846096392f9 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -235,6 +235,9 @@ class ASH_EXPORT Shell
|
| // Returns app list window or NULL if it is not visible.
|
| aura::Window* GetAppListWindow();
|
|
|
| + // Shows the apps grid of app list if it is visible.
|
| + void ShowAppListAppsGrid();
|
| +
|
| // Returns true if a system-modal dialog window is currently open.
|
| bool IsSystemModalWindowOpen() const;
|
|
|
|
|