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

Unified Diff: webkit/glue/webdropdata.cc

Issue 351029: Support dragging a virtual file out of the browser. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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 | « webkit/glue/webdropdata.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webdropdata.cc
===================================================================
--- webkit/glue/webdropdata.cc (revision 35459)
+++ webkit/glue/webdropdata.cc (working copy)
@@ -19,6 +19,7 @@
: identity(0),
url(drag_data.url()),
url_title(drag_data.urlTitle()),
+ download_url(drag_data.downloadURL()),
file_extension(drag_data.fileExtension()),
plain_text(drag_data.plainText()),
text_html(drag_data.htmlText()),
« no previous file with comments | « webkit/glue/webdropdata.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698