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

Unified Diff: ash/launcher/launcher_view.h

Issue 22429004: Refactor LauncherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for OpenBrowserUsingShelfOnOhterDisplay fail Created 7 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
Index: ash/launcher/launcher_view.h
diff --git a/ash/launcher/launcher_view.h b/ash/launcher/launcher_view.h
index 364be494c1666efc20a8717c170c540eff71d073..b1e4f75ea9d743c80356c410dc52b5c77baac0fa 100644
--- a/ash/launcher/launcher_view.h
+++ b/ash/launcher/launcher_view.h
@@ -35,6 +35,7 @@ class LauncherViewTestAPI;
class LauncherDelegate;
struct LauncherItem;
class LauncherIconObserver;
+class LauncherItemDelegateManager;
class LauncherModel;
namespace internal {
@@ -386,6 +387,9 @@ class ASH_EXPORT LauncherView : public views::View,
// True when the icon was dragged off the shelf.
bool dragged_off_shelf_;
+ // Holds LauncherItemDelegateManager.
+ LauncherItemDelegateManager* item_manager_;
+
DISALLOW_COPY_AND_ASSIGN(LauncherView);
};

Powered by Google App Engine
This is Rietveld 408576698