| Index: chrome/browser/download/download_shelf_context_menu.cc
|
| diff --git a/chrome/browser/download/download_shelf_context_menu.cc b/chrome/browser/download/download_shelf_context_menu.cc
|
| index e30a19718910dfeb1a5cdfec99cea575d5090ff1..66128d293bea232615bb1be13a34ef5d096728b9 100644
|
| --- a/chrome/browser/download/download_shelf_context_menu.cc
|
| +++ b/chrome/browser/download/download_shelf_context_menu.cc
|
| @@ -115,7 +115,7 @@ void DownloadShelfContextMenu::ExecuteCommand(int command_id, int event_flags) {
|
| case ALWAYS_OPEN_TYPE: {
|
| DownloadPrefs* prefs = DownloadPrefs::FromBrowserContext(
|
| download_item_->GetBrowserContext());
|
| - base::FilePath path = download_item_->GetUserVerifiedFilePath();
|
| + base::FilePath path = download_item_->GetTargetFilePath();
|
| if (!IsCommandIdChecked(ALWAYS_OPEN_TYPE))
|
| prefs->EnableAutoOpenBasedOnExtension(path);
|
| else
|
|
|