| Index: ash/common/shell_delegate.h
|
| diff --git a/ash/common/shell_delegate.h b/ash/common/shell_delegate.h
|
| index 08551f0e1127a56c03bda3d72956d62f371bb180..9a46959ecfdb8c237ffe439989505d12bca1ea28 100644
|
| --- a/ash/common/shell_delegate.h
|
| +++ b/ash/common/shell_delegate.h
|
| @@ -42,7 +42,6 @@ class GPUSupport;
|
| class MediaDelegate;
|
| class NewWindowDelegate;
|
| class PaletteDelegate;
|
| -class PointerWatcherDelegate;
|
| class SessionStateDelegate;
|
| class ShelfDelegate;
|
| class ShelfModel;
|
| @@ -126,9 +125,6 @@ class ASH_EXPORT ShellDelegate {
|
|
|
| virtual std::unique_ptr<PaletteDelegate> CreatePaletteDelegate() = 0;
|
|
|
| - virtual std::unique_ptr<PointerWatcherDelegate>
|
| - CreatePointerWatcherDelegate() = 0;
|
| -
|
| // Creates a menu model for the |wm_shelf| and optional shelf |item|.
|
| // If |item| is null, this creates a context menu for the desktop or shelf.
|
| virtual ui::MenuModel* CreateContextMenu(WmShelf* wm_shelf,
|
|
|