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

Unified Diff: content/common/drag_messages.h

Issue 7055004: File upload API in chromedriver (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixing broken build on Windows Created 9 years, 6 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
« no previous file with comments | « content/browser/renderer_host/render_view_host.cc ('k') | content/common/notification_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/drag_messages.h
diff --git a/content/common/drag_messages.h b/content/common/drag_messages.h
index 6e0507b7c236bacba85a3e9ac304854a88021a15..a8ac21f79fb9409ad0da7bc298666756d3ac0ffd 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 */)
+
+// Notifies the host that the renderer finished a drop operation.
+IPC_MESSAGE_ROUTED0(DragHostMsg_TargetDrop_ACK)
« no previous file with comments | « content/browser/renderer_host/render_view_host.cc ('k') | content/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698