| 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 da62b2c43fae77c4bc325356a724ce98ea69ec03..1dfd73a14e799b6d3f6de2976ef8de0151b36934 100644
|
| --- a/components/signin/core/browser/account_reconcilor.h
|
| +++ b/components/signin/core/browser/account_reconcilor.h
|
| @@ -109,6 +109,8 @@ class AccountReconcilor : public KeyedService,
|
| return invalid_chrome_accounts_;
|
| }
|
|
|
| + // Virtual so that it can be overridden in tests.
|
| + virtual void StartFetchingExternalCcResult();
|
|
|
| friend class AccountReconcilorTest;
|
| FRIEND_TEST_ALL_PREFIXES(AccountReconcilorTest, SigninManagerRegistration);
|
|
|