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

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

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
« no previous file with comments | « no previous file | chrome/browser/extensions/token_cache/token_cache_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/token_cache/token_cache_service.h
diff --git a/chrome/browser/extensions/token_cache/token_cache_service.h b/chrome/browser/extensions/token_cache/token_cache_service.h
index c6279a131b7438905bc01248d1894c540cf87a44..a533bbae11da51ba21d352819e975efbef2ec82f 100644
--- a/chrome/browser/extensions/token_cache/token_cache_service.h
+++ b/chrome/browser/extensions/token_cache/token_cache_service.h
@@ -46,7 +46,8 @@ class TokenCacheService : public KeyedService,
FRIEND_TEST_ALL_PREFIXES(TokenCacheTest, SignoutTest);
// SigninManagerBase::Observer:
- virtual void GoogleSignedOut(const std::string& username) OVERRIDE;
+ virtual void GoogleSignedOut(const std::string& account_id,
+ const std::string& username) OVERRIDE;
struct TokenCacheData {
std::string token;
« no previous file with comments | « no previous file | chrome/browser/extensions/token_cache/token_cache_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698