Chromium Code Reviews| Index: content/common/drag_messages.h |
| diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h |
| index 6e0507b7c236bacba85a3e9ac304854a88021a15..38fe168e70d8ea24c73c9470ece28f2d9621340b 100644 |
| --- a/content/common/drag_messages.h |
| +++ b/content/common/drag_messages.h |
| @@ -75,3 +75,6 @@ IPC_MESSAGE_ROUTED4(DragHostMsg_StartDragging, |
| // |is_drop_target| is true if the mouse is over a valid drop target. |
| IPC_MESSAGE_ROUTED1(DragHostMsg_UpdateDragCursor, |
| WebKit::WebDragOperation /* drag_operation */) |
| + |
| +// Norifies the host that the renderer finished a drop operation. |
|
kkania
2011/05/27 20:48:47
Notifies
nodchip
2011/05/30 04:51:45
Done.
|
| +IPC_MESSAGE_ROUTED0(DragHostMsg_TargetDrop) |
|
kkania
2011/05/27 20:48:47
put an ack on the end of the message name
nodchip
2011/05/30 04:51:45
Done.
|