Index: content/browser/web_contents/web_drag_source_mac.h |
diff --git a/content/browser/web_contents/web_drag_source_mac.h b/content/browser/web_contents/web_drag_source_mac.h |
index 4b18953abf60ad396a52187660acae23ec0b8e2a..f355728a5942dc718c771c3c78366e4f6f02fc2d 100644 |
--- a/content/browser/web_contents/web_drag_source_mac.h |
+++ b/content/browser/web_contents/web_drag_source_mac.h |
@@ -86,4 +86,10 @@ CONTENT_EXPORT |
// Drag moved; hook up to -draggedImage:movedTo:. |
- (void)moveDragTo:(NSPoint)screenPoint; |
+// Call to drag a promised file to the given path (should be called before |
+// -endDragAt:...); hook up to -namesOfPromisedFilesDroppedAtDestination:. |
+// Returns the file name (not including path) of the file deposited (or which |
+// will be deposited). |
+- (NSString*)dragPromisedFileTo:(NSString*)path; |
+ |
@end |