| Index: chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| index 9bcdc624caea134c017e463dcdcb30e41a55afea..9fffad1ef52bd0244dbad6ebecf9df125d8a8a52 100644
|
| --- a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
|
| @@ -245,8 +245,7 @@ void ActiveDownloadsHandler::HandleShowAllFiles(const ListValue* args) {
|
| }
|
|
|
| void ActiveDownloadsHandler::ViewFile(const ListValue* args) {
|
| - file_manager_util::ViewFile(FilePath(UTF16ToUTF8(ExtractStringValue(args))),
|
| - false);
|
| + file_manager_util::ViewFile(FilePath(UTF16ToUTF8(ExtractStringValue(args))));
|
| }
|
|
|
| void ActiveDownloadsHandler::ModelChanged(DownloadManager* manager) {
|
|
|