| Index: chrome/browser/platform_util_win.cc
|
| diff --git a/chrome/browser/platform_util_win.cc b/chrome/browser/platform_util_win.cc
|
| index 8f211e28fe93aaca0338a294d30d44e8b2c62f5c..5e6b0746adb472bcfdc51c35ca028db166f6126d 100644
|
| --- a/chrome/browser/platform_util_win.cc
|
| +++ b/chrome/browser/platform_util_win.cc
|
| @@ -123,7 +123,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::IgnoreReturn<bool>(base::Bind(&ui::win::OpenItemViaShell,
|
|
|