| Index: chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| diff --git a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| index 6a275d9a70133b0ffa42e6cd1875c5bfe8ced625..572980d8df31c3318dc6a98bc54047def17ed0a8 100644
|
| --- a/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| +++ b/chrome/browser/signin/mutable_profile_oauth2_token_service_delegate.cc
|
| @@ -383,9 +383,9 @@ void MutableProfileOAuth2TokenServiceDelegate::LoadAllCredentialsIntoMemory(
|
| // Only load secondary accounts when account consistency is enabled.
|
| if (switches::IsEnableAccountConsistency() ||
|
| account_id == loading_primary_account_id_) {
|
| - refresh_tokens_[account_id].reset(new AccountStatus(
|
| - signin_error_controller_, account_id, refresh_token));
|
| - FireRefreshTokenAvailable(account_id);
|
| + refresh_tokens_[account_id].reset(new AccountStatus(
|
| + signin_error_controller_, account_id, refresh_token));
|
| + FireRefreshTokenAvailable(account_id);
|
| } else {
|
| RevokeCredentialsOnServer(refresh_token);
|
| ClearPersistedCredentials(account_id);
|
|
|