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

Unified Diff: google_apis/drive/files_list_request_runner.h

Issue 2894513003: Fetch files shared in Team Drives by specifying allTeamDrives corpora. (Closed)
Patch Set: Make comment style consistent with existing one Created 3 years, 6 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: google_apis/drive/files_list_request_runner.h
diff --git a/google_apis/drive/files_list_request_runner.h b/google_apis/drive/files_list_request_runner.h
index 788eb4dbed9b885619f76284a47e6553352f99f1..a4993ceb27b8df952775594a34b09f9684b05ada 100644
--- a/google_apis/drive/files_list_request_runner.h
+++ b/google_apis/drive/files_list_request_runner.h
@@ -31,6 +31,8 @@ class FilesListRequestRunner {
// retry in case of DRIVE_RESPONSE_TOO_LARGE error code.
CancelCallback CreateAndStartWithSizeBackoff(
int max_results,
+ FilesListCorpora corpora,
+ const std::string& team_drive_id,
const std::string& q,
const std::string& fields,
const FileListCallback& callback);
@@ -49,6 +51,8 @@ class FilesListRequestRunner {
// error. In case of DRIVE_RESPONSE_TOO_LARGE it will retry the request with
// half of the requests.
void OnCompleted(int max_results,
+ FilesListCorpora corpora,
+ const std::string& team_drive_id,
const std::string& q,
const std::string& fields,
const FileListCallback& callback,
« no previous file with comments | « google_apis/drive/drive_api_url_generator_unittest.cc ('k') | google_apis/drive/files_list_request_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698