| Index: chrome/browser/platform_util_chromeos.cc
|
| diff --git a/chrome/browser/platform_util_chromeos.cc b/chrome/browser/platform_util_chromeos.cc
|
| index 7e464046a7f89efb1dc83ca35fc3cfcb413a188e..eaebafd1c823924b69dcd06f5403c3c1aa22422a 100644
|
| --- a/chrome/browser/platform_util_chromeos.cc
|
| +++ b/chrome/browser/platform_util_chromeos.cc
|
| @@ -30,7 +30,7 @@ void OpenItemOnFileThread(const FilePath& full_path) {
|
| if (file_util::DirectoryExists(full_path))
|
| callback = base::Bind(&file_manager_util::ViewFolder, full_path);
|
| else
|
| - callback = base::Bind(&file_manager_util::ViewFile, full_path, false);
|
| + callback = base::Bind(&file_manager_util::ViewFile, full_path);
|
| BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, callback);
|
| }
|
|
|
|
|