[IOS] Fix U2F scheme handling
After CRWWebDelegate removal & AppLauncher refactoring, U2F schemes are not handeled by the app launcher correctly. The reason is that the check for valid URL was happening after the x-callback URL conversion by the U2F delegate. This CL moves that check to happen before the conversion and add some simple tests on the applauncher tab helper to make sure that errors in that part is caught. Bug: 897329 Change-Id: I45445248a8d676528b362e0cae8f2ddec4ffbe3b Reviewed-on: https://chromium-review.googlesource.com/c/1297293 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:Eugene But <eugenebut@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#602401}
Showing
Please register or sign in to comment