[iOS] Remove const in some methods of ChromeIdentityService 5/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: If54582a6b206672cc0148433a6031182233447d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344467Reviewed-by:Nohemi Fernandez <fernandex@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#797221}
Showing
Please register or sign in to comment