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

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

Issue 10656033: [sync] Automatic bootstrapping of Sync on Win 8 from cached credentials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TokenServiceTests Created 8 years, 5 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/signin/token_service.cc » ('j') | chrome/browser/signin/token_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/token_service.h
diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h
index 8e39362a9744902f244fda9a1f1210dc5e93013a..c6a87a9d3e21646fc0bddb85848a2a184f0b9c44 100644
--- a/chrome/browser/signin/token_service.h
+++ b/chrome/browser/signin/token_service.h
@@ -182,6 +182,9 @@ class TokenService : public GaiaAuthConsumer,
// This method is meant only for tests.
static void GetServiceNamesForTesting(std::vector<std::string>* names);
+ void FireCredentialUpdatedNotification(const std::string& credential_name,
+ const std::string& credential_value);
+
void FireTokenAvailableNotification(const std::string& service,
const std::string& auth_token);
« no previous file with comments | « no previous file | chrome/browser/signin/token_service.cc » ('j') | chrome/browser/signin/token_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698