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

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: Added DLOG, DCHECK. 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 706848d63a977a624326171364482fdb2c477fff..bb08d6de9da1635dfe6ddfe6ca015d59c114e88b 100644
--- a/webkit/chromeos/fileapi/remote_file_system_operation.h
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.h
@@ -65,6 +65,7 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperationInterface {
int file_flags,
base::ProcessHandle peer_handle,
const OpenFileCallback& callback) OVERRIDE;
+ virtual void NotifyCloseFile(const GURL& path) OVERRIDE;
virtual fileapi::FileSystemOperation* AsFileSystemOperation() OVERRIDE;
virtual void CreateSnapshotFile(
const GURL& path,

Powered by Google App Engine
This is Rietveld 408576698