| 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 d037eb2fd5dd015b5538561a54d3a9814b1c647b..40dbba02446d7bdcd2d649638b51f7441f9c4ea8 100644
|
| --- a/components/signin/core/browser/account_tracker_service.h
|
| +++ b/components/signin/core/browser/account_tracker_service.h
|
| @@ -112,8 +112,10 @@ class AccountTrackerService : public KeyedService,
|
| const std::string& email);
|
|
|
| // Seeds the account whose account_id is given by PickAccountIdForAccount()
|
| - // with its corresponding gaia id and email address.
|
| - void SeedAccountInfo(const std::string& gaia, const std::string& email);
|
| + // with its corresponding gaia id and email address. Returns the same
|
| + // value PickAccountIdForAccount() when given the same arguments.
|
| + std::string SeedAccountInfo(const std::string& gaia,
|
| + const std::string& email);
|
|
|
| AccountIdMigrationState GetMigrationState();
|
| static AccountIdMigrationState GetMigrationState(PrefService* pref_service);
|
|
|