| Index: ui/aura/client/drag_drop_delegate.h
|
| ===================================================================
|
| --- ui/aura/client/drag_drop_delegate.h (revision 114849)
|
| +++ ui/aura/client/drag_drop_delegate.h (working copy)
|
| @@ -13,6 +13,10 @@
|
| class Window;
|
| namespace client {
|
|
|
| +// A property key to store the drag and drop delegate for a window. The type of
|
| +// the value is |aura::WindowDragDropDelegate*|.
|
| +AURA_EXPORT extern const char kDragDropDelegateKey[];
|
| +
|
| // Delegate interface for drag and drop actions on aura::Window.
|
| class AURA_EXPORT DragDropDelegate {
|
| public:
|
|
|