| Index: google_apis/drive/base_requests.cc
|
| diff --git a/google_apis/drive/base_requests.cc b/google_apis/drive/base_requests.cc
|
| index 16dbd8f097cfa90682cdc0244a6c90d7cf80bd28..e6ed73ccea46c346f3151d4806f0198b485a643d 100644
|
| --- a/google_apis/drive/base_requests.cc
|
| +++ b/google_apis/drive/base_requests.cc
|
| @@ -984,7 +984,8 @@ void DownloadFileRequestBase::GetOutputFilePath(
|
| void DownloadFileRequestBase::OnURLFetchDownloadProgress(
|
| const URLFetcher* source,
|
| int64_t current,
|
| - int64_t total) {
|
| + int64_t total,
|
| + int64_t current_network_bytes) {
|
| if (!progress_callback_.is_null())
|
| progress_callback_.Run(current, total);
|
| }
|
|
|