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 fb029f0c087a11640909a452b8395473f4c5b00d..59d9d5a4b56d7ddd367116a40330ce8e694c02a3 100644 |
--- a/content/common/fileapi/file_system_dispatcher.h |
+++ b/content/common/fileapi/file_system_dispatcher.h |
@@ -82,6 +82,9 @@ class FileSystemDispatcher : public IPC::Listener { |
bool OpenFile(const GURL& file_path, |
int file_flags, // passed to FileUtilProxy::CreateOrOpen |
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 CreateSnapshotFile(const GURL& blod_url, |
const GURL& file_path, |