Index: components/sync/core/http_bridge.cc |
diff --git a/components/sync/core/http_bridge.cc b/components/sync/core/http_bridge.cc |
index 2434e5083dbbac1f14f86224ae9a2b80d54f3b11..4a7ad59222138628fb4953aadbc6571a51154502 100644 |
--- a/components/sync/core/http_bridge.cc |
+++ b/components/sync/core/http_bridge.cc |
@@ -370,7 +370,8 @@ void HttpBridge::OnURLFetchComplete(const net::URLFetcher* source) { |
void HttpBridge::OnURLFetchDownloadProgress(const net::URLFetcher* source, |
int64_t current, |
- int64_t total) { |
+ int64_t total, |
+ int64_t current_network_bytes) { |
DCHECK(network_task_runner_->BelongsToCurrentThread()); |
// Reset the delay when forward progress is made. |
base::AutoLock lock(fetch_state_lock_); |