IdentityTestEnvironment::MakePrimaryAccountAvailable() does not produce valid AccountInfo |
|
Issue descriptionRepro: (1) Call IdentityTestEnvironment::MakePrimaryAccountAvailable(). (2) Retrieve the account via IdentityManager::GetPrimaryAccountInfo(). Expected: primary_account_info.IsValid() returns true Actual: primary_account_info.IsValid() returns false The AccountInfo object returned has its account_id, gaia, and email fields set, but none of the other fields are set. IsValid() requires that all of them are set. |
|
►
Sign in to add a comment |
|
Comment 1 by blundell@chromium.org
, Apr 9 2018