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

Unified Diff: ash/shell.h

Issue 14533006: Drag and drop between app list and launcher - First patch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 years, 7 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/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index b8a0ce9b1dee96615b1ae16c1e560928794ddbeb..cb96ee64a51650444efbfeb4e95f4e5ff0b70fd7 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -26,6 +26,9 @@
class CommandLine;
+namespace app_list {
+class ApplicationDragAndDropHost;
+}
namespace aura {
class EventFilter;
class RootWindow;
@@ -217,6 +220,11 @@ class ASH_EXPORT Shell
// will be used.
void ToggleAppList(aura::Window* anchor);
+ // If |drag_and_drop_host| is not NULL it will be called upon drag and drop
+ // operations outside the application list.
+ void SetDragAndDropHostOfCurrentAppList(
+ app_list::ApplicationDragAndDropHost* drag_and_drop_host);
+
// Returns app list target visibility.
bool GetAppListTargetVisibility() const;
« ash/launcher/launcher_view.cc ('K') | « ash/launcher/launcher_view.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698