| Index: ash/shell.h
|
| diff --git a/ash/shell.h b/ash/shell.h
|
| index 7e5fdb50ead6120be55ea0d8a005af2d648f6540..274936ebc122fb92ccb0eaad9e8c6072fc03e5c9 100644
|
| --- a/ash/shell.h
|
| +++ b/ash/shell.h
|
| @@ -459,9 +459,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
|
| // Initializes the root window so that it can host browser windows.
|
| void InitRootWindow(aura::Window* root_window);
|
|
|
| - // Prepares the shelf to be deleted.
|
| - void ShutdownShelf();
|
| -
|
| // SystemModalContainerEventFilterDelegate:
|
| bool CanWindowReceiveEvents(aura::Window* window) override;
|
|
|
|
|