Index: ui/aura/client/drag_drop_client.h |
=================================================================== |
--- ui/aura/client/drag_drop_client.h (revision 114849) |
+++ ui/aura/client/drag_drop_client.h (working copy) |
@@ -17,6 +17,10 @@ |
class Window; |
namespace client { |
+// A property key to store the drag and drop client for the root window. The |
+// type of the value is |aura::DragDropClient*|. |
+AURA_EXPORT extern const char kRootWindowDragDropClientKey[]; |
+ |
// An interface implemented by an object that controls a drag and drop session. |
class AURA_EXPORT DragDropClient { |
public: |