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

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: Created 7 years, 8 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 e644d2af25619be170061ae286c22e093c44363f..71c0447cac1b960e9dd4368e46a975296a306742 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -26,6 +26,9 @@
class CommandLine;
+namespace app_list {
+class ApplicationDnDHost;
+}
namespace aura {
class EventFilter;
class RootWindow;
@@ -211,6 +214,10 @@ class ASH_EXPORT Shell
// will be used.
void ToggleAppList(aura::Window* anchor);
+ // If |dnd_host| is not NULL it will be called upon drag and drop operations
+ // outside the application list.
+ void SetAppListDnDHost(app_list::ApplicationDnDHost* dnd_host);
+
// Returns app list target visibility.
bool GetAppListTargetVisibility() const;

Powered by Google App Engine
This is Rietveld 408576698