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

Unified Diff: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc

Issue 2910913002: WIP.
Patch Set: rebase Created 3 years, 7 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_backend/remote_to_local_syncer.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
index 9e39c6624e5253ef76688c06db3da36efd9a2e75..58b3f27ee367a0f8292559a5eb34a1d6f8c3b1d2 100644
--- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
+++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc
@@ -652,7 +652,7 @@ void RemoteToLocalSyncer::ListFolderContent(
// TODO(tzik): Replace this call with ChildList version.
drive_service()->GetFileListInDirectory(
- dirty_tracker_->file_id(),
+ dirty_tracker_->file_id(), "" /* team_drive_id */,
base::Bind(&RemoteToLocalSyncer::DidListFolderContent,
weak_ptr_factory_.GetWeakPtr(), base::Passed(&token),
base::Passed(base::WrapUnique(new FileIDList))));

Powered by Google App Engine
This is Rietveld 408576698