| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index ead0cf5aed34d91b3096d36b6c71d9d71e23f849..979271a54f485a05f1f1edc4b961975772e262f4 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -670,6 +670,7 @@ void ProfileSyncService::OnGetTokenFailure(
|
| weak_factory_.GetWeakPtr()));
|
| break;
|
| }
|
| + case GoogleServiceAuthError::SERVICE_ERROR:
|
| case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: {
|
| // Report time since token was issued for invalid credentials error.
|
| base::Time auth_token_time =
|
|
|