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

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: Fixed according to the code review Created 9 years, 7 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/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index d16bdaae662b72f37870620da041ef1c058773eb..3d21fccfb927d791cdb6acba1fe9d6c11d9b1617 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -481,6 +481,12 @@ class NotificationType {
// initiated by window.close().
RENDER_VIEW_HOST_WILL_CLOSE_RENDER_VIEW,
+ // This notifies the observer that a drag operation ack was received. The
kkania 2011/05/27 20:48:47 specify that it is specifically a drop operation t
nodchip 2011/05/30 04:51:45 Done.
+ // source is the RenderViewHost.
+ // Note: The RenderViewHost may be deallocated at this point.
kkania 2011/05/27 20:48:47 I think the Note: doesn't apply for this case.
nodchip 2011/05/30 04:51:45 Done.
+ // 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."

Powered by Google App Engine
This is Rietveld 408576698