| Index: chrome/browser/signin/token_service.h
|
| diff --git a/chrome/browser/signin/token_service.h b/chrome/browser/signin/token_service.h
|
| index d064796a2306e72f6719a0b049b3d0a5fdb9a64f..9f72da98eafb7af7465905f658a26b7fb6ab630f 100644
|
| --- a/chrome/browser/signin/token_service.h
|
| +++ b/chrome/browser/signin/token_service.h
|
| @@ -135,6 +135,9 @@ class TokenService : public GaiaAuthConsumer,
|
| void UpdateCredentialsWithOAuth2(
|
| const GaiaAuthConsumer::ClientOAuthResult& credentials);
|
|
|
| + // Remove the OAuth2 token.
|
| + void ClearOAuth2Credentials();
|
| +
|
| // Terminate any running requests and reset the TokenService to a clean
|
| // slate. Resets in memory structures. Does not modify the DB.
|
| // When this is done, no tokens will be left in memory and no
|
|
|