Index: webkit/chromeos/fileapi/remote_file_system_operation.cc |
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.cc b/webkit/chromeos/fileapi/remote_file_system_operation.cc |
index 83fcd5ed3a10007452caeb7e562c7f3e58ad5f43..3b821904b547c2463e0c84f407a38e73648c0b03 100644 |
--- a/webkit/chromeos/fileapi/remote_file_system_operation.cc |
+++ b/webkit/chromeos/fileapi/remote_file_system_operation.cc |
@@ -131,6 +131,12 @@ void RemoteFileSystemOperation::OpenFile(const GURL& path, |
NOTIMPLEMENTED(); |
} |
+void RemoteFileSystemOperation::NotifyCloseFile( |
+ const GURL& path, |
+ const StatusCallback& callback) { |
+ NOTIMPLEMENTED(); |
+} |
+ |
fileapi::FileSystemOperation* |
RemoteFileSystemOperation::AsFileSystemOperation() { |
NOTIMPLEMENTED(); |