| Index: chrome/browser/extensions/api/downloads/downloads_api.cc
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api.cc b/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| index 33d628211a9d5223e63bb0669c59426ee3364717..d13a9e98f6f1a175ca5b928faf48266e8375be01 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api.cc
|
| @@ -1132,7 +1132,7 @@ bool DownloadsDragFunction::RunImpl() {
|
| }
|
| RecordApiFunctions(DOWNLOADS_FUNCTION_DRAG);
|
| gfx::Image* icon = g_browser_process->icon_manager()->LookupIconFromFilepath(
|
| - download_item->GetUserVerifiedFilePath(), IconLoader::NORMAL);
|
| + download_item->GetTargetFilePath(), IconLoader::NORMAL);
|
| gfx::NativeView view = web_contents->GetView()->GetNativeView();
|
| {
|
| // Enable nested tasks during DnD, while |DragDownload()| blocks.
|
|
|