| Index: components/signin/core/browser/account_tracker_service.h
|
| diff --git a/components/signin/core/browser/account_tracker_service.h b/components/signin/core/browser/account_tracker_service.h
|
| index 0c3f85d40f7bf7757b7e2cbff3833c709039aec3..2a05ed2fff4f098b9b81d1baaf0f0515ffc2e5b2 100644
|
| --- a/components/signin/core/browser/account_tracker_service.h
|
| +++ b/components/signin/core/browser/account_tracker_service.h
|
| @@ -108,6 +108,8 @@ class AccountTrackerService : public KeyedService,
|
| const std::string& email);
|
| void SeedAccountInfo(AccountInfo info);
|
|
|
| + void RemoveAccount(const std::string& account_id);
|
| +
|
| AccountIdMigrationState GetMigrationState();
|
| void SetMigrationDone();
|
| static AccountIdMigrationState GetMigrationState(PrefService* pref_service);
|
|
|