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

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: Rename parameter variables to scope 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: 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..14858228f238d39a8ef24ddd5c34a779afb108d8 100644
--- a/google_apis/drive/files_list_request_runner.h
+++ b/google_apis/drive/files_list_request_runner.h
@@ -31,6 +31,7 @@ class FilesListRequestRunner {
// retry in case of DRIVE_RESPONSE_TOO_LARGE error code.
CancelCallback CreateAndStartWithSizeBackoff(
int max_results,
+ const FilesListScope& scope,
const std::string& q,
const std::string& fields,
const FileListCallback& callback);
@@ -49,6 +50,7 @@ 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,
+ const FilesListScope& scope,
const std::string& q,
const std::string& fields,
const FileListCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698