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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/api_util.h

Issue 23382008: Making OAuth2TokenService multi-login aware, updating callers, minor fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to include the update to ProfileSyncService: r224220 Created 7 years, 3 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: chrome/browser/sync_file_system/drive_backend_v1/api_util.h
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/api_util.h b/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
index 009ba0035722d9d676e7c6750001d2d6139edd42..4208f721ca33c4e6a5b5a5a7f2df1fc91d73b69e 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
+++ b/chrome/browser/sync_file_system/drive_backend_v1/api_util.h
@@ -118,7 +118,8 @@ class APIUtil : public APIUtilInterface,
const GURL& base_url,
const GURL& base_download_url,
scoped_ptr<drive::DriveServiceInterface> drive_service,
- scoped_ptr<drive::DriveUploaderInterface> drive_uploader);
+ scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
+ const std::string& account_id);
void GetDriveRootResourceId(const GDataErrorCallback& callback);
void DidGetDriveRootResourceId(
« no previous file with comments | « chrome/browser/sync/test_profile_sync_service.cc ('k') | chrome/browser/sync_file_system/drive_backend_v1/api_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698