| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index d568b8d17818b5fa66bf964e2cb466329efe5d4c..b60908043b0f07d40c0c2f971139c55883b22732 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -643,8 +643,8 @@ 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();
|
| + // Prepares the shelf to be deleted.
|
| + void ShutdownShelf();
|
|
|
| // ash::SystemModalContainerEventFilterDelegate overrides:
|
| bool CanWindowReceiveEvents(aura::Window* window) override;
|
|
|