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

Unified Diff: google_apis/drive/drive_api_url_generator.h

Issue 2854653004: Add parameter to issue URLs for querying a ChangeList of a Team Drive. (Closed)
Patch Set: Remove redundant comment. Created 3 years, 8 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/drive_api_url_generator.h
diff --git a/google_apis/drive/drive_api_url_generator.h b/google_apis/drive/drive_api_url_generator.h
index 6c2985cde4c97847aa07bbbd8580a1e5969ad1dd..089912744a28fea4d0e3831d2e213d6e995bb00d 100644
--- a/google_apis/drive/drive_api_url_generator.h
+++ b/google_apis/drive/drive_api_url_generator.h
@@ -84,7 +84,8 @@ class DriveApiUrlGenerator {
GURL GetChangesListUrl(bool include_deleted,
int max_results,
const std::string& page_token,
- int64_t start_change_id) const;
+ int64_t start_change_id,
+ const std::string& team_dirve_id) const;
// Returns a URL to add a resource to a directory with |folder_id|.
GURL GetChildrenInsertUrl(const std::string& folder_id) const;

Powered by Google App Engine
This is Rietveld 408576698