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 8da0ff30a53340843a1179d1d9b8e4477f1360d3..6c29ecf5f110cae776771008bc546ad6084971a5 100644 |
--- a/content/common/fileapi/file_system_dispatcher.h |
+++ b/content/common/fileapi/file_system_dispatcher.h |
@@ -83,6 +83,9 @@ class FileSystemDispatcher : public IPC::Channel::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, |