summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/download/drag_download_item_views.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/download/drag_download_item_views.cc b/chrome/browser/download/drag_download_item_views.cc
index 2fced53..5ecfbc8 100644
--- a/chrome/browser/download/drag_download_item_views.cc
+++ b/chrome/browser/download/drag_download_item_views.cc
@@ -60,10 +60,6 @@ void DragDownloadItem(const content::DownloadItem* download,
ui::FileInfo(full_path, download->GetFileNameToReportUser()));
data.SetFilenames(file_infos);
- // Add URL so that we can load supported files when dragged to WebContents.
- data.SetURL(net::FilePathToFileURL(full_path),
- download->GetFileNameToReportUser().LossyDisplayName());
-
#if !defined(TOOLKIT_GTK)
#if defined(USE_AURA)
aura::Window* root_window = view->GetRootWindow();