Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Issue 14215003: Add ProgressCallback to DriveServiceInterface::DownloadFile. (Closed)

Created:
7 years, 8 months ago by kinaba
Modified:
7 years, 8 months ago
Reviewers:
hidehiko, tzik
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, oshima+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Add ProgressCallback to DriveServiceInterface::DownloadFile. This is a preparation for moving the progress report creation task from OperationRegistry to DriveScheduler. For that purpose we need to wire the progress information to upper layer. BUG=128079 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193895

Patch Set 1 #

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -66 lines) Patch
M chrome/browser/chromeos/drive/drive_scheduler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/base_operations.h View 4 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/base_operations.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/base_operations_server_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/drive_api_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/drive_api_service.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/google_apis/drive_service_interface.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/google_apis/drive_uploader_unittest.cc View 10 chunks +18 lines, -19 lines 0 comments Download
M chrome/browser/google_apis/dummy_drive_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/dummy_drive_service.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/fake_drive_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/fake_drive_service.cc View 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/fake_drive_service_unittest.cc View 14 chunks +31 lines, -23 lines 0 comments Download
M chrome/browser/google_apis/gdata_wapi_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/google_apis/gdata_wapi_service.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/mock_drive_service.h View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/google_apis/mock_drive_service.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/google_apis/test_util.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/google_apis/test_util.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_client.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_mock_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
kinaba
ptal. This is the download counterpart of the previous patches I sent for upload progress ...
7 years, 8 months ago (2013-04-12 05:44:54 UTC) #1
hidehiko
lgtm
7 years, 8 months ago (2013-04-12 06:34:06 UTC) #2
tzik
lgtm
7 years, 8 months ago (2013-04-12 07:21:54 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/14215003/1
7 years, 8 months ago (2013-04-12 07:30:51 UTC) #4
commit-bot: I haz the power
Failed to apply patch for chrome/browser/google_apis/fake_drive_service_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-12 07:30:59 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/14215003/24
7 years, 8 months ago (2013-04-12 07:53:12 UTC) #6
commit-bot: I haz the power
7 years, 8 months ago (2013-04-12 09:50:54 UTC) #7
Message was sent while issue was closed.
Change committed as 193895

Powered by Google App Engine
This is Rietveld 408576698