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

Unified Diff: content/common/notification_type.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/common/drag_messages.h ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index df4af3aca30d557fd093337107a0222c7f4e40df..4b079ca7555406a507b8075c8412e3cfdb54e6e9 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -482,6 +482,11 @@ class NotificationType {
// initiated by window.close().
RENDER_VIEW_HOST_WILL_CLOSE_RENDER_VIEW,
+ // This notifies the observer that the drag operation ack in a drag and
+ // drop operation was received. The source is the RenderViewHost.
+ // Note: Used only in testing.
+ RENDER_VIEW_HOST_DID_RECEIVE_DRAG_TARGET_DROP_ACK,
+
// Indicates a RenderWidgetHost has been hidden or restored. The source is
// the RWH whose visibility changed, the details is a bool set to true if
// the new state is "visible."
« no previous file with comments | « content/common/drag_messages.h ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698