Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3817)

Unified Diff: chrome/browser/signin/android_profile_oauth2_token_service.h

Issue 213823004: Calls FireRefreshTokenRevoked if an account is removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 7d6a66029992f14806215f627225c64796c112c0..f8047953ab0540e2523f16432f3ecf70a10bec49 100644
--- a/chrome/browser/signin/android_profile_oauth2_token_service.h
+++ b/chrome/browser/signin/android_profile_oauth2_token_service.h
@@ -106,6 +106,7 @@ class AndroidProfileOAuth2TokenService : public ProfileOAuth2TokenService {
private:
base::android::ScopedJavaGlobalRef<jobject> java_ref_;
+ std::vector<std::string> current_accounts_;
DISALLOW_COPY_AND_ASSIGN(AndroidProfileOAuth2TokenService);
};

Powered by Google App Engine
This is Rietveld 408576698