| 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)
|
|
|