| Index: chrome/common/chrome_utility_messages.h
 | 
| diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
 | 
| index 5f07459e79fd72edf54836dc9ea92faa2b0b979e..1e50ef19b2e9da651343d8e082268a3cbf067a7b 100644
 | 
| --- a/chrome/common/chrome_utility_messages.h
 | 
| +++ b/chrome/common/chrome_utility_messages.h
 | 
| @@ -111,7 +111,12 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_AnalyzeZipFileForDownloadProtection,
 | 
|  #endif
 | 
|  
 | 
|  #if defined(OS_WIN)
 | 
| -IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_OpenItemViaShell,
 | 
| +// Invokes ui::base::win::OpenFileViaShell from the utility process.
 | 
| +IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_OpenFileViaShell,
 | 
| +                     base::FilePath /* full_path */)
 | 
| +
 | 
| +// Invokes ui::base::win::OpenFolderViaShell from the utility process.
 | 
| +IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_OpenFolderViaShell,
 | 
|                       base::FilePath /* full_path */)
 | 
|  
 | 
|  // Instructs the utility process to invoke GetOpenFileName. |owner| is the
 | 
| 
 |