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

Unified Diff: components/drive/service/dummy_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/drive_service_interface.h ('k') | components/drive/service/dummy_drive_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/dummy_drive_service.h
diff --git a/components/drive/service/dummy_drive_service.h b/components/drive/service/dummy_drive_service.h
index 04eb0d9267535d6c415572bcf7c2c75c6895a148..931e1cbb528ae59d060187bd047aa6205b3c6cb5 100644
--- a/components/drive/service/dummy_drive_service.h
+++ b/components/drive/service/dummy_drive_service.h
@@ -39,6 +39,7 @@ class DummyDriveService : 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;
google_apis::CancelCallback Search(
const std::string& search_query,
« no previous file with comments | « components/drive/service/drive_service_interface.h ('k') | components/drive/service/dummy_drive_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698