Index: chrome/browser/signin/android_profile_oauth2_token_service.h |
diff --git a/chrome/browser/signin/android_profile_oauth2_token_service.h b/chrome/browser/signin/android_profile_oauth2_token_service.h |
index 8c0f4f2204589726391bc6ef246f11e798e1a1f2..44876b2cfe95193960c7cf6a3f4c60f465a1eede 100644 |
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h |
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h |
@@ -47,6 +47,11 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService { |
jobjectArray accounts, |
jstring current_account); |
+ // Takes a the signed in sync account as well as all the other |
+ // android account ids and check the token status of each. |
+ void ValidateAccounts(const std::string& signed_in_account, |
+ const std::vector<std::string>& account_ids); |
+ |
// Triggers a notification to all observers of the OAuth2TokenService that a |
// refresh token is now available. This may cause observers to retry |
// operations that require authentication. |