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

Unified Diff: chrome/browser/extensions/token_cache/token_cache_service.cc

Issue 502343002: Add account_id to signin manager notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@isauth
Patch Set: Fix android trybots Created 6 years, 4 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/extensions/token_cache/token_cache_service.cc
diff --git a/chrome/browser/extensions/token_cache/token_cache_service.cc b/chrome/browser/extensions/token_cache/token_cache_service.cc
index be3efd3f3143e30b073d14141b3b2cee764252db..6ee5422ad323a942d4cfaf827d8c064a31f7c5c6 100644
--- a/chrome/browser/extensions/token_cache/token_cache_service.cc
+++ b/chrome/browser/extensions/token_cache/token_cache_service.cc
@@ -70,7 +70,8 @@ void TokenCacheService::Shutdown() {
->RemoveObserver(this);
}
-void TokenCacheService::GoogleSignedOut(const std::string& username) {
+void TokenCacheService::GoogleSignedOut(const std::string& account_id,
+ const std::string& username) {
token_cache_.clear();
}

Powered by Google App Engine
This is Rietveld 408576698