Index: ui/aura/client/drag_drop_client.h |
diff --git a/ui/aura/client/drag_drop_client.h b/ui/aura/client/drag_drop_client.h |
index 25c662fd246f788d49a9e58073785127707f8e4f..bb281849919aba3e777d3294d20fd907ba01ab0c 100644 |
--- a/ui/aura/client/drag_drop_client.h |
+++ b/ui/aura/client/drag_drop_client.h |
@@ -48,11 +48,6 @@ class AURA_EXPORT DragDropClient { |
// Returns true if a drag and drop session is in progress. |
virtual bool IsDragDropInProgress() = 0; |
- |
- // Returns the current cursor according to the appropriate drag effect. This |
- // should only be called if IsDragDropInProgress() returns true. If it is |
- // called otherwise, the returned cursor is arbitrary. |
- virtual gfx::NativeCursor GetDragCursor() = 0; |
}; |
AURA_EXPORT void SetDragDropClient(RootWindow* root_window, |