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

Unified Diff: components/drive/service/fake_drive_service.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: components/drive/service/fake_drive_service.cc
diff --git a/components/drive/service/fake_drive_service.cc b/components/drive/service/fake_drive_service.cc
index 662557b474c629cbbf195c59269d86e8339c2d1b..9b06ea5d9c4374935122f1af651fd77a0d44e82b 100644
--- a/components/drive/service/fake_drive_service.cc
+++ b/components/drive/service/fake_drive_service.cc
@@ -463,6 +463,7 @@ CancelCallback FakeDriveService::GetAllFileList(
CancelCallback FakeDriveService::GetFileListInDirectory(
const std::string& directory_resource_id,
+ const std::string& team_drive_id,
const FileListCallback& callback) {
DCHECK(thread_checker_.CalledOnValidThread());
DCHECK(!directory_resource_id.empty());
« no previous file with comments | « components/drive/service/fake_drive_service.h ('k') | components/drive/service/fake_drive_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698