| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 819c80a61550ff8c2bba7347e299b0a04022abe8..a72613c437bfb132bf748cd8ce8e38f251908b24 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -607,6 +607,9 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Initializes the root window so that it can host browser windows.
|
| void InitRootWindow(aura::Window* root_window);
|
|
|
| + // Hides the shelf view if any are visible.
|
| + void HideShelf();
|
| +
|
| // ash::SystemModalContainerEventFilterDelegate overrides:
|
| bool CanWindowReceiveEvents(aura::Window* window) override;
|
|
|
|
|