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 96628a245eace5aec760a1ab50a4513808d50c97..69a2fc75a12c5083abda048e5ee602737caa1d55 100644 |
--- a/components/signin/core/browser/account_reconcilor.h |
+++ b/components/signin/core/browser/account_reconcilor.h |
@@ -140,10 +140,13 @@ class AccountReconcilor : public KeyedService, |
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 StartRemoveAction(const std::string& account_id); |
- virtual void FinishRemoveAction( |
+ virtual void PerformStartRemoveAction(const std::string& account_id); |
+ virtual void PerformFinishRemoveAction( |
const std::string& account_id, |
const GoogleServiceAuthError& error, |
const std::vector<std::pair<std::string, bool> >& accounts); |