Eliminate IdentityManager::LegacyLoadCredentials() |
|
Issue descriptionWe want to avoid clients of IdentityManager ever needing to load the accounts from disk. There are currently two use cases for this method: - OAuth2LoginManager - SupervisedUserService The blocking bug tracks eliminating this usage from OAuth2LoginManager. Supervised users are deprecated, but I can't find a bug for removing this support. We can simply check whether there's still a call to this method in SupervisedUserService. |
|
►
Sign in to add a comment |
|