| Index: chrome/browser/platform_util_mac.mm
|
| diff --git a/chrome/browser/platform_util_mac.mm b/chrome/browser/platform_util_mac.mm
|
| index 4da8a36f01cb4acf14e4772a88c748c788d6976f..26be02722b45783e16c412a32f92dec831b6ab31 100644
|
| --- a/chrome/browser/platform_util_mac.mm
|
| +++ b/chrome/browser/platform_util_mac.mm
|
| @@ -34,7 +34,7 @@ void ShowItemInFolder(const FilePath& full_path) {
|
| // 2. Silent no-op for unassociated file types: http://crbug.com/50263
|
| // Instead, an AppleEvent is constructed to tell the Finder to open the
|
| // document.
|
| -void OpenItem(const FilePath& full_path) {
|
| +void OpenItem(const FilePath& full_path, base::ProcessHandle* process_handle) {
|
| DCHECK([NSThread isMainThread]);
|
| NSString* path_string = base::SysUTF8ToNSString(full_path.value());
|
| if (!path_string)
|
|
|