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, |
}; |