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 877928a56e75b9071e70a9306d675939b65336f9..93db9444a56a7cefc6534d2956a2c0628f65dca2 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( |