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

Unified Diff: components/drive/service/drive_api_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/job_scheduler_unittest.cc ('k') | components/drive/service/drive_api_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/drive_api_service.h
diff --git a/components/drive/service/drive_api_service.h b/components/drive/service/drive_api_service.h
index b83e0b06c49db3d0beec3dba9447da20c82f2a2c..976c580ed32051f9976476c2d52ca4b7a2d1e40f 100644
--- a/components/drive/service/drive_api_service.h
+++ b/components/drive/service/drive_api_service.h
@@ -128,6 +128,7 @@ class DriveAPIService : 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/job_scheduler_unittest.cc ('k') | components/drive/service/drive_api_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698