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

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: 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: 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 39b1008e92bc47872105819acaeda425efa889b6..bc1f5637e8781a46b73aa2c87e11dab17c8c473e 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.h
@@ -63,6 +63,7 @@ class GDataFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
base::ProcessHandle peer_handle,
const fileapi::FileSystemOperationInterface::OpenFileCallback&
callback) OVERRIDE;
+ virtual void NotifyCloseFile(const GURL& path) OVERRIDE;
// TODO(zelidrag): More methods to follow as we implement other parts of FSO.
private:

Powered by Google App Engine
This is Rietveld 408576698