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 96c9997e479260e72d008a5eb70c00881cdd9fb9..a223d92470f0ef210300b7846580d5aacfc1046b 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc |
@@ -387,6 +387,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) { |