Index: content/common/file_utilities_messages.h |
diff --git a/content/common/file_utilities_messages.h b/content/common/file_utilities_messages.h |
index 642ab8bf3b0a6e84f2dd72d7693e6f7463e5fe6a..493f4513439cb1097321bb052b104312b0080fba 100644 |
--- a/content/common/file_utilities_messages.h |
+++ b/content/common/file_utilities_messages.h |
@@ -25,6 +25,11 @@ IPC_SYNC_MESSAGE_CONTROL1_1(FileUtilitiesMsg_GetFileModificationTime, |
FilePath /* path */, |
base::Time /* result */) |
+IPC_SYNC_MESSAGE_CONTROL1_2(FileUtilitiesMsg_GetFileInfo, |
+ FilePath /* path */, |
+ base::PlatformFileInfo /* result */, |
+ base::PlatformFileError /* status */) |
+ |
// Open the file. |
IPC_SYNC_MESSAGE_CONTROL2_1(FileUtilitiesMsg_OpenFile, |
FilePath /* path */, |