Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index b2216c32264d383e4417d564be60951b5bdb5bf3..352d12bf4dd3e058232de09e6e7e17f682d4b1e8 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -91,6 +91,9 @@ IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_AnalyzeZipFileForDownloadProtection, |
#endif |
#if defined(OS_WIN) |
+IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_OpenItemViaShell, |
+ base::FilePath /* full_path */) |
+ |
// A vector of filters, each being a Tuple2a display string (i.e. "Text Files") |
// and a filter pattern (i.e. "*.txt").. |
typedef std::vector<Tuple2<base::string16, base::string16> > |