|
Add callback for upload progress in Drive service and operation layer.
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.
The current patch only adds the new callback parameter.
Actual implementation will come later in separate patches.
BUG= 128079
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193092
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+77 lines, -34 lines) |
Patch |
 |
M |
chrome/browser/google_apis/drive_api_operations.h
|
View
|
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/drive_api_operations.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/drive_api_operations_unittest.cc
|
View
|
|
5 chunks |
+10 lines, -5 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 |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/drive_service_interface.h
|
View
|
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/drive_uploader.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/drive_uploader_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -3 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
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/fake_drive_service_unittest.cc
|
View
|
|
6 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/gdata_wapi_operations.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/gdata_wapi_operations.cc
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/gdata_wapi_operations_unittest.cc
|
View
|
|
5 chunks |
+5 lines, -0 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
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/google_apis/mock_drive_service.h
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|