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

Unified Diff: ash/shell.h

Issue 2171813004: mash: Fold ShelfItemDelegateManager into ShelfModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: explicitly destroy ShelfItemDelegates Created 4 years, 5 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.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 25e6ddc3ce3c45ad1997c318a1d82ecff84b218d..1bff32b0a47d89e0e71d830b99261ff4aabee8b9 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -122,7 +122,6 @@ class ScreenPositionController;
class SessionStateDelegate;
class Shelf;
class ShelfDelegate;
-class ShelfItemDelegateManager;
class ShelfWindowWatcher;
class ShellDelegate;
struct ShellInitParams;
@@ -369,10 +368,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return activation_client_;
}
- ShelfItemDelegateManager* shelf_item_delegate_manager() {
- return shelf_item_delegate_manager_.get();
- }
-
base::SequencedWorkerPool* blocking_pool() { return blocking_pool_; }
// Force the shelf to query for it's current visibility state.
@@ -561,7 +556,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
std::unique_ptr<NewWindowDelegate> new_window_delegate_;
std::unique_ptr<PointerDownWatcherDelegate> pointer_down_watcher_delegate_;
std::unique_ptr<ShelfDelegate> shelf_delegate_;
- std::unique_ptr<ShelfItemDelegateManager> shelf_item_delegate_manager_;
std::unique_ptr<ShelfWindowWatcher> shelf_window_watcher_;
std::unique_ptr<WindowPositioner> window_positioner_;
« no previous file with comments | « ash/shelf/shelf_window_watcher.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698