| 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 a6feb7444d2c03485ba370b761f3b419da9d4cfe..c0d5546d303b2a14312f2f524c202553accbf18c 100644
|
| --- a/components/signin/core/browser/account_reconcilor.h
|
| +++ b/components/signin/core/browser/account_reconcilor.h
|
| @@ -94,6 +94,8 @@ class AccountReconcilor : public KeyedService,
|
| StartReconcileWithSessionInfoExpiredDefault);
|
| FRIEND_TEST_ALL_PREFIXES(AccountReconcilorTest,
|
| AddAccountToCookieCompletedWithBogusAccount);
|
| + FRIEND_TEST_ALL_PREFIXES(AccountReconcilorTest, NoLoopWithBadPrimary);
|
| + FRIEND_TEST_ALL_PREFIXES(AccountReconcilorTest, WontMergeAccountsWithError);
|
|
|
| // Register and unregister with dependent services.
|
| void RegisterWithSigninManager();
|
|
|