Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2677)

Unified Diff: ash/common/shell_delegate.h

Issue 2267023003: ash: Eliminate PointerWatcherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/pointer_watcher_delegate.h ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ash/common/pointer_watcher_delegate.h ('k') | ash/mus/shell_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698