summaryrefslogtreecommitdiffstats
path: root/chromium/content/common/fileapi/file_system_messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/fileapi/file_system_messages.h')
-rw-r--r--chromium/content/common/fileapi/file_system_messages.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/chromium/content/common/fileapi/file_system_messages.h b/chromium/content/common/fileapi/file_system_messages.h
index 727c6de54e4..933423aa002 100644
--- a/chromium/content/common/fileapi/file_system_messages.h
+++ b/chromium/content/common/fileapi/file_system_messages.h
@@ -49,10 +49,10 @@ IPC_MESSAGE_CONTROL1(FileSystemMsg_DidSucceed,
int /* request_id */)
IPC_MESSAGE_CONTROL2(FileSystemMsg_DidReadMetadata,
int /* request_id */,
- base::PlatformFileInfo)
+ base::File::Info)
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidCreateSnapshotFile,
int /* request_id */,
- base::PlatformFileInfo,
+ base::File::Info,
base::FilePath /* true platform path */)
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidReadDirectory,
int /* request_id */,
@@ -69,7 +69,7 @@ IPC_MESSAGE_CONTROL4(FileSystemMsg_DidOpenFile,
quota::QuotaLimitType /* quota_policy */)
IPC_MESSAGE_CONTROL2(FileSystemMsg_DidFail,
int /* request_id */,
- base::PlatformFileError /* error_code */)
+ base::File::Error /* error_code */)
// File system messages sent from the child process to the browser.
@@ -133,13 +133,6 @@ IPC_MESSAGE_CONTROL2(FileSystemHostMsg_ReadDirectory,
GURL /* path */)
// WebFileWriter::write() message.
-IPC_MESSAGE_CONTROL4(FileSystemHostMsg_WriteDeprecated,
- int /* request id */,
- GURL /* file path */,
- GURL /* blob URL */,
- int64 /* position */)
-
-// WebFileWriter::write() message.
IPC_MESSAGE_CONTROL4(FileSystemHostMsg_Write,
int /* request id */,
GURL /* file path */,