| 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);
|
|
|
|
|