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

Unified Diff: components/drive/service/drive_api_service.cc

Issue 2693093002: Fetch file metadata of files under Team Drives. (Closed)
Patch Set: Rename the enum to TeamDrivesIntegrationStatus to be more descriptive. Created 3 years, 10 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: components/drive/service/drive_api_service.cc
diff --git a/components/drive/service/drive_api_service.cc b/components/drive/service/drive_api_service.cc
index df82a503b06b80bcdacdfe453e7b94dbb157a83e..b630803b247d930dfaebd7700ed444a0e35f473b 100644
--- a/components/drive/service/drive_api_service.cc
+++ b/components/drive/service/drive_api_service.cc
@@ -258,7 +258,8 @@ DriveAPIService::DriveAPIService(
: oauth2_token_service_(oauth2_token_service),
url_request_context_getter_(url_request_context_getter),
blocking_task_runner_(blocking_task_runner),
- url_generator_(base_url, base_thumbnail_url),
+ url_generator_(base_url, base_thumbnail_url,
+ google_apis::GetTeamDrivesIntegrationSwitch()),
custom_user_agent_(custom_user_agent) {
}

Powered by Google App Engine
This is Rietveld 408576698