Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: content/common/drag_messages.h

Issue 12086095: Fixed drag and drop into and out of Browser Plugin. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-disabled when command line flag not present. Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698