Index: content/common/fileapi/file_system_dispatcher.h |
diff --git a/content/common/fileapi/file_system_dispatcher.h b/content/common/fileapi/file_system_dispatcher.h |
index ed5aa2b912a1a8a1d35dc32140c12cdedf5e4ad1..f38cd0d3db55fefb22d07c142a01f366eb36e7df 100644 |
--- a/content/common/fileapi/file_system_dispatcher.h |
+++ b/content/common/fileapi/file_system_dispatcher.h |
@@ -90,7 +90,7 @@ class FileSystemDispatcher : public IPC::Listener { |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
// This must be paired with OpenFile, and called after finished using the |
// raw PlatformFile returned from OpenFile. |
- bool NotifyCloseFile(const GURL& file_path); |
+ bool NotifyCloseFile(int file_open_id); |
bool CreateSnapshotFile(const GURL& file_path, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
@@ -116,6 +116,7 @@ class FileSystemDispatcher : public IPC::Listener { |
void OnDidOpenFile( |
int request_id, |
IPC::PlatformFileForTransit file, |
+ int file_open_id, |
quota::QuotaLimitType quota_policy); |
IDMap<fileapi::FileSystemCallbackDispatcher, IDMapOwnPointer> dispatchers_; |