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

Unified Diff: chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc

Issue 14215003: Add ProgressCallback to DriveServiceInterface::DownloadFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
index f979f45e0797c0c9c3481d00babf0a5676724886..77128f6fbfb4eb82fd1246d568fe685ab7dcf4c6 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc
@@ -771,7 +771,7 @@ TEST_F(DriveFileSyncClientTest, DownloadFile) {
DownloadFile(_, // drive_path
kLocalFilePath,
file_entry_copy->download_url(),
- _, _))
+ _, _, _))
.WillOnce(InvokeDownloadActionCallback3(google_apis::HTTP_SUCCESS,
kLocalFilePath))
.RetiresOnSaturation();

Powered by Google App Engine
This is Rietveld 408576698