Index: content/common/fileapi/file_system_dispatcher.cc |
diff --git a/content/common/fileapi/file_system_dispatcher.cc b/content/common/fileapi/file_system_dispatcher.cc |
index dc3309e61b7b8ba10b9870231ad79b6892ac3843..359fe018cf1823e365e544f154afb9df3519de22 100644 |
--- a/content/common/fileapi/file_system_dispatcher.cc |
+++ b/content/common/fileapi/file_system_dispatcher.cc |
@@ -230,6 +230,11 @@ bool FileSystemDispatcher::OpenFile( |
return true; |
} |
+bool FileSystemDispatcher::NotifyCloseFile(const GURL& file_path) { |
+ return ChildThread::current()->Send( |
+ new FileSystemHostMsg_NotifyCloseFile(file_path)); |
+} |
+ |
bool FileSystemDispatcher::CreateSnapshotFile( |
const GURL& blob_url, |
const GURL& file_path, |