Chromium Code Reviews| Index: google_apis/gaia/oauth2_token_service_delegate.h |
| diff --git a/google_apis/gaia/oauth2_token_service_delegate.h b/google_apis/gaia/oauth2_token_service_delegate.h |
| index 24bf063c05925b82b09de22527a58c3e8ce87d01..21fa91d39adcb888dbbf68c4227af0b23e12e49b 100644 |
| --- a/google_apis/gaia/oauth2_token_service_delegate.h |
| +++ b/google_apis/gaia/oauth2_token_service_delegate.h |
| @@ -54,6 +54,10 @@ class OAuth2TokenServiceDelegate { |
| void AddObserver(OAuth2TokenService::Observer* observer); |
| void RemoveObserver(OAuth2TokenService::Observer* observer); |
| + // Android uses the account name for identifying the account whereas Chrome |
| + // uses the account id. This mapping needs to be seeded usage. |
|
nyquist
2015/10/15 19:33:45
The last sentence here seems a bit off. Do you mea
|
| + virtual bool NeedsAccountIdNameMap() const; |
| + |
| protected: |
| // Called by subclasses to notify observers. |
| virtual void FireRefreshTokenAvailable(const std::string& account_id); |