Index: content/common/drag_messages.h |
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h |
index aafdbccc362ff413e5fd48b454f7d24982cc2387..a10f6403edb3e9f2f2fead177bb3105e586f6c81 100644 |
--- a/content/common/drag_messages.h |
+++ b/content/common/drag_messages.h |
@@ -69,3 +69,6 @@ IPC_MESSAGE_ROUTED1(DragHostMsg_UpdateDragCursor, |
// Notifies the host that the renderer finished a drop operation. |
IPC_MESSAGE_ROUTED0(DragHostMsg_TargetDrop_ACK) |
+ |
+// Notifies the host that the drag operation has stopped. |
+IPC_MESSAGE_ROUTED0(DragHostMsg_DragStopped) |
Fady Samuel
2013/02/01 14:59:28
Why do we need to introduce a new message?
mthiesse
2013/02/01 15:43:54
We need a message that can be sent to the embedder
|