Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index e69b75ff7425d1858e1a7abe30bce068b76b093a..535bd6c922f27fc6e021061ccf0b977e1ec4ccf2 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> > |