| Index: chrome/browser/platform_util_chromeos.cc
|
| diff --git a/chrome/browser/platform_util_chromeos.cc b/chrome/browser/platform_util_chromeos.cc
|
| index de0bac4f184e552d80714296b3e6e0d4025d0d3e..74a34d0cb7e905a8777a413737aad34f065301fb 100644
|
| --- a/chrome/browser/platform_util_chromeos.cc
|
| +++ b/chrome/browser/platform_util_chromeos.cc
|
| @@ -78,7 +78,7 @@ void ShowItemInFolder(const FilePath& full_path) {
|
| base::Bind(&ShowItemInFolderOnFileThread, full_path));
|
| }
|
|
|
| -void OpenItem(const FilePath& full_path) {
|
| +void OpenItem(const FilePath& full_path, base::ProcessHandle* process_handle) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| base::Bind(&OpenItemOnFileThread, full_path));
|
|
|