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

Unified Diff: ash/launcher/launcher_button_host.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/launcher/launcher_button_host.h
diff --git a/ash/launcher/launcher_button_host.h b/ash/launcher/launcher_button_host.h
index ecb76a32204774e8e230889069be3966b72fa9cb..f5123e890762e9cf66bb798b7a8978fb710458dc 100644
--- a/ash/launcher/launcher_button_host.h
+++ b/ash/launcher/launcher_button_host.h
@@ -25,6 +25,7 @@ class ASH_EXPORT LauncherButtonHost {
public:
enum Pointer {
NONE,
+ DND,
James Cook 2013/04/29 22:08:29 DRAG or DRAG_AND_DROP
Mr4D (OOO till 08-26) 2013/04/30 16:59:01 Done.
MOUSE,
TOUCH,
};

Powered by Google App Engine
This is Rietveld 408576698