| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 3f953ba165fed31dcc355761c85e235ca520bc04..77312047e0d8389988cce3b29b8604179b9cb037 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -35,7 +35,8 @@ class ShellDelegateImpl : public ShellDelegate {
|
| void Exit() override;
|
| keyboard::KeyboardUI* CreateKeyboardUI() override;
|
| void OpenUrlFromArc(const GURL& url) override;
|
| - ShelfDelegate* CreateShelfDelegate(ShelfModel* model) override;
|
| + void ShelfInit() override;
|
| + void ShelfShutdown() override;
|
| SystemTrayDelegate* CreateSystemTrayDelegate() override;
|
| std::unique_ptr<WallpaperDelegate> CreateWallpaperDelegate() override;
|
| SessionStateDelegate* CreateSessionStateDelegate() override;
|
|
|