Chromium Code Reviews| 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()), |