[iOS] Remove const in some methods of ChromeIdentityService 3/5
The goal of those 5 patches is to remove const on the following methods: * IsValidIdentity() * GetIdentityWithEmail() * GetIdentityWithGaiaID() * GetCanonicalizeEmailsForAllIdentities() * HasIdentities() * GetAllIdentities() * GetAllIdentitiesSortedForDisplay() This is required for crrev.com/i/3208484, to not start async identity fetch in ChromeIdentityServiceImpl instance when the cache is not populated. * crrev.com/c/2345305 Add temporary methods * crrev.com/i/3201649 Switch to the temporary methods => crrev.com/c/2345146 Remove const in the methods * crrev.com/i/3201650 Switch back the original methods * crrev.com/c/2344467 Remove temporary methods Bug: 897470 Change-Id: Id1f2c88442b835472e54a5bc74516780460e3b89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345146 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#796861}
Showing
Please register or sign in to comment