Index: chrome/browser/sync_file_system/local/sync_file_system_backend.h |
diff --git a/chrome/browser/sync_file_system/local/sync_file_system_backend.h b/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
index c2edc88642b000be390df148585f1aeaf2eb9ea3..a1bd3898886b45c74b4f02ea1e1ea5731bd3e0e1 100644 |
--- a/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
+++ b/chrome/browser/sync_file_system/local/sync_file_system_backend.h |
@@ -50,6 +50,7 @@ class SyncFileSystemBackend : public storage::FileSystemBackend { |
virtual scoped_ptr<storage::FileStreamReader> CreateFileStreamReader( |
const storage::FileSystemURL& url, |
int64 offset, |
+ int64 max_bytes_to_read, |
const base::Time& expected_modification_time, |
storage::FileSystemContext* context) const OVERRIDE; |
virtual scoped_ptr<storage::FileStreamWriter> CreateFileStreamWriter( |