| Index: ash/shell/shell_delegate_impl.h
|
| diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
|
| index 0e2c11f3473acbd42c87cca9ff389e02a0ac369f..baf56f22ce7169d1921ec4d9b98723bfef181926 100644
|
| --- a/ash/shell/shell_delegate_impl.h
|
| +++ b/ash/shell/shell_delegate_impl.h
|
| @@ -50,8 +50,6 @@ class ShellDelegateImpl : public ShellDelegate {
|
| NewWindowDelegate* CreateNewWindowDelegate() override;
|
| MediaDelegate* CreateMediaDelegate() override;
|
| std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() override;
|
| - std::unique_ptr<PointerWatcherDelegate> CreatePointerWatcherDelegate()
|
| - override;
|
| ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
| const ShelfItem* item) override;
|
| GPUSupport* CreateGPUSupport() override;
|
|
|