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

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

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 5 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.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
index 7f6e882cdc0be9bd4f9342da2c032e8b053d05aa..19a8225b6107693b2d95180b078d25010c97aac6 100644
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc
@@ -403,6 +403,12 @@ void GDataFileSystemProxy::OpenFile(
GetDownloadDataCallback());
}
+void GDataFileSystemProxy::NotifyCloseFile(const FileSystemURL& url) {
+ // TODO(kinaba,zelidrag): crbug.com/132236.
+ // Once OpenFile() for writing is implemented, we also need to implement the
+ // corresponding NotifyCloseFile for committing dirty cache.
+}
+
void GDataFileSystemProxy::CreateSnapshotFile(
const FileSystemURL& file_url,
const FileSystemOperationInterface::SnapshotFileCallback& callback) {
« no previous file with comments | « chrome/browser/chromeos/gdata/gdata_file_system_proxy.h ('k') | content/browser/fileapi/fileapi_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698