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

Unified Diff: components/drive/service/fake_drive_service.h

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
« no previous file with comments | « components/drive/service/dummy_drive_service.cc ('k') | components/drive/service/fake_drive_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/fake_drive_service.h
diff --git a/components/drive/service/fake_drive_service.h b/components/drive/service/fake_drive_service.h
index 688e7da53dbd00098c5ac2506accab43831510a7..982d7c42e6f78196a404d444dea22d1aac12225c 100644
--- a/components/drive/service/fake_drive_service.h
+++ b/components/drive/service/fake_drive_service.h
@@ -157,6 +157,7 @@ class FakeDriveService : public DriveServiceInterface {
const google_apis::FileListCallback& callback) override;
google_apis::CancelCallback GetFileListInDirectory(
const std::string& directory_resource_id,
+ const std::string& team_drive_id,
const google_apis::FileListCallback& callback) override;
// See the comment for EntryMatchWidthQuery() in .cc file for details about
// the supported search query types.
« no previous file with comments | « components/drive/service/dummy_drive_service.cc ('k') | components/drive/service/fake_drive_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698