| 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 327124e18a9ba7f0cfd17c94efc226ed70d16190..bf4de12f808ddb85c3a24f14ae917f26938a45a4 100644
|
| --- a/components/signin/core/browser/account_tracker_service.h
|
| +++ b/components/signin/core/browser/account_tracker_service.h
|
| @@ -125,6 +125,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);
|
|
|