diff options
Diffstat (limited to 'chrome/browser/download/download_status_updater_win.cc')
-rw-r--r-- | chrome/browser/download/download_status_updater_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/download/download_status_updater_win.cc b/chrome/browser/download/download_status_updater_win.cc index f8587ed..f63808a 100644 --- a/chrome/browser/download/download_status_updater_win.cc +++ b/chrome/browser/download/download_status_updater_win.cc @@ -76,6 +76,7 @@ void MetroDownloadNotificationClickedHandler(const wchar_t* download_path) { // UI thread. content::BrowserThread::PostTask(content::BrowserThread::UI, FROM_HERE, base::Bind(platform_util::ShowItemInFolder, + static_cast<Profile*>(NULL), base::FilePath(download_path))); } |