Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1630)

Unified Diff: webkit/chromeos/fileapi/remote_file_system_operation.h

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/chromeos/fileapi/remote_file_system_operation.h
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h
index b167527071e0588b600c33a0782b4b56799b4431..c4f3c224559319bd5a751aa23ade4cd9c686606d 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.h
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
@@ -64,6 +64,8 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperationInterface {
int file_flags,
base::ProcessHandle peer_handle,
const OpenFileCallback& callback) OVERRIDE;
+ virtual void NotifyCloseFile(const GURL& path,
+ const StatusCallback& callback) OVERRIDE;
virtual fileapi::FileSystemOperation* AsFileSystemOperation() OVERRIDE;
virtual void CreateSnapshotFile(
const GURL& path,

Powered by Google App Engine
This is Rietveld 408576698