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

Unified Diff: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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: chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
index d82ad9295d69c4f49626adb67b5f6a03a08a12b5..40058f2a9c9d41155b9d9956a2b64ed72b5c76d1 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
@@ -73,6 +73,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
base::ProcessHandle peer_handle,
const fileapi::FileSystemOperationInterface::OpenFileCallback&
callback) OVERRIDE;
+ virtual void NotifyCloseFile(const fileapi::FileSystemURL& url) OVERRIDE;
// TODO(zelidrag): More methods to follow as we implement other parts of FSO.
protected:

Powered by Google App Engine
This is Rietveld 408576698