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(); |