summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
authorsimon.hong81@gmail.com <simon.hong81@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 20:41:02 +0000
committersimon.hong81@gmail.com <simon.hong81@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 20:41:02 +0000
commit6c3906d8470583b3106bec68f6fe562d2d85d129 (patch)
tree01abb1d24a309a6e4c68459c1291795261cf1d06 /ash/shell.h
parent77a6854b9168765f19573dce9e325c7c90ce3584 (diff)
downloadchromium_src-6c3906d8470583b3106bec68f6fe562d2d85d129.zip
chromium_src-6c3906d8470583b3106bec68f6fe562d2d85d129.tar.gz
chromium_src-6c3906d8470583b3106bec68f6fe562d2d85d129.tar.bz2
[ash] Enable drag and drop support in all visible app list
Motivation of this CL: Only app list shown by clicking app list button enables drag and drop from app list to launcher because dnd host is only set by app list button click. Other behaviors such as webapp installing from web store or accelerator show app list, too. DnD feature also should be enabled with these cases. R=skuhne@chromium.org BUG=267410 TEST=Manual test Review URL: https://chromiumcodereview.appspot.com/21765002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 237a1a8..c3adade 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -27,9 +27,6 @@
class CommandLine;
-namespace app_list {
-class ApplicationDragAndDropHost;
-}
namespace aura {
class EventFilter;
class RootWindow;
@@ -224,11 +221,6 @@ 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;