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

Unified Diff: ash/shell.h

Issue 2211463002: mash: Move ShelfWindowWatcher[ItemDelegate] to ash/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comments with bug for WmWindowMus ShelfItemDetails support. 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/shelf/shelf_window_watcher_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index df71a2985e590cdee7cf1ebda3866ba0d81ed24e..542d572504ce771ed2dc091d20643c81e6666360 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -117,7 +117,6 @@ class ScreenPinningController;
class ScreenPositionController;
class SessionStateDelegate;
class Shelf;
-class ShelfWindowWatcher;
class ShellDelegate;
struct ShellInitParams;
class SlowAnimationEventFilter;
@@ -523,7 +522,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<UserWallpaperDelegate> user_wallpaper_delegate_;
std::unique_ptr<SessionStateDelegate> session_state_delegate_;
std::unique_ptr<PointerWatcherDelegate> pointer_watcher_delegate_;
- std::unique_ptr<ShelfWindowWatcher> shelf_window_watcher_;
std::unique_ptr<WindowPositioner> window_positioner_;
std::unique_ptr<DragDropController> drag_drop_controller_;
« no previous file with comments | « ash/shelf/shelf_window_watcher_unittest.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698