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

Unified Diff: chrome/browser/managed_mode/managed_user_refresh_token_fetcher.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: Updates to AndroidPO2TS and removing the DCHECK(signin_manager) from GetPrimaryAccountId Created 7 years, 4 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/managed_mode/managed_user_refresh_token_fetcher.h
diff --git a/chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h b/chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h
index c671a72bdae009adbe6efb4389a94aedb00f60bb..3657f68f24e498fe42c27e00166f9846e165cdb5 100644
--- a/chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h
+++ b/chrome/browser/managed_mode/managed_user_refresh_token_fetcher.h
@@ -37,6 +37,7 @@ class ManagedUserRefreshTokenFetcher {
static scoped_ptr<ManagedUserRefreshTokenFetcher> Create(
OAuth2TokenService* oauth2_token_service,
+ const std::string& account_id,
Andrew T Wilson (Slow) 2013/09/03 14:04:24 This is OK and is consistent with the API changes
Roger Tawa OOO till Jul 10th 2013/09/03 21:06:42 Agreed that the |account_id| is not needed here, s
fgorski 2013/09/03 23:29:25 If we decide not to go with account_id here we'll
net::URLRequestContextGetter* context);
virtual ~ManagedUserRefreshTokenFetcher();

Powered by Google App Engine
This is Rietveld 408576698