| Index: components/signin/core/browser/account_reconcilor.h
|
| diff --git a/components/signin/core/browser/account_reconcilor.h b/components/signin/core/browser/account_reconcilor.h
|
| index 69a2fc75a12c5083abda048e5ee602737caa1d55..96628a245eace5aec760a1ab50a4513808d50c97 100644
|
| --- a/components/signin/core/browser/account_reconcilor.h
|
| +++ b/components/signin/core/browser/account_reconcilor.h
|
| @@ -140,13 +140,10 @@
|
| virtual void PerformAddToChromeAction(const std::string& account_id,
|
| int session_index);
|
| virtual void PerformLogoutAllAccountsAction();
|
| - virtual void PerformAddAccountToTokenService(
|
| - const std::string& account_id,
|
| - const std::string& refresh_token);
|
|
|
| // Used to remove an account from chrome and the cookie jar.
|
| - virtual void PerformStartRemoveAction(const std::string& account_id);
|
| - virtual void PerformFinishRemoveAction(
|
| + virtual void StartRemoveAction(const std::string& account_id);
|
| + virtual void FinishRemoveAction(
|
| const std::string& account_id,
|
| const GoogleServiceAuthError& error,
|
| const std::vector<std::pair<std::string, bool> >& accounts);
|
|
|