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

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

Issue 12380006: Build a new TokenCacheService so I can stop using TokenService for something it wasn't designed for. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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/token_service.h
diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h
index 91b5910ae2b0f7c69b06d2041c7a164b567f0a78..87eddc03491affddc07b33a837a47b8780dd68a4 100644
--- a/chrome/browser/signin/token_service.h
+++ b/chrome/browser/signin/token_service.h
@@ -116,10 +116,6 @@ class TokenService : public GaiaAuthConsumer,
// Used to determine whether Initialize() has been called.
bool Initialized() const { return !source_.empty(); }
- // Add a token not supported by a fetcher.
- void AddAuthTokenManually(const std::string& service,
- const std::string& auth_token);
-
// Update ClientLogin credentials in the token service.
// Afterwards you can StartFetchingTokens.
void UpdateCredentials(

Powered by Google App Engine
This is Rietveld 408576698