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

Unified Diff: trunk/src/ash/shell.h

Issue 25716004: Revert 226547 "Refactor LauncherItemController and LauncherItemD..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/ash/shelf/app_list_shelf_item_delegate.cc ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/shell.h
===================================================================
--- trunk/src/ash/shell.h (revision 226578)
+++ trunk/src/ash/shell.h (working copy)
@@ -75,7 +75,6 @@
class HighContrastController;
class Launcher;
class LauncherDelegate;
-class LauncherItemDelegate;
class LauncherItemDelegateManager;
class LauncherModel;
class MagnificationController;
@@ -102,6 +101,7 @@
namespace internal {
class AcceleratorFilter;
class AppListController;
+class AppListShelfItemDelegate;
class CaptureController;
class DisplayChangeObserver;
class DisplayErrorObserver;
@@ -541,6 +541,8 @@
scoped_ptr<SessionStateDelegate> session_state_delegate_;
scoped_ptr<LauncherDelegate> launcher_delegate_;
scoped_ptr<LauncherItemDelegateManager> launcher_item_delegate_manager_;
+ scoped_ptr<internal::AppListShelfItemDelegate>
+ app_list_shelf_item_delegate_;
scoped_ptr<LauncherModel> launcher_model_;
« no previous file with comments | « trunk/src/ash/shelf/app_list_shelf_item_delegate.cc ('k') | trunk/src/ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698