Simplify complicated PageTransition types in history tests
This simplifies history backend tests where some page transitions types were created with FromInt(GetQualifier(TYPED)), which is equivalent to simply using PAGE_TRANSITION_LINK directly (as the qualifier bits are all zero). However, semantically these tests make more sense using TYPED transitions in these cases (although the outcome of the tests work either way). This is followup work from comments on crrev.com/c/1048826. Change-Id: Ief02ad7fde7a92f05ebaf9b30ad58886cc5d1672 Reviewed-on: https://chromium-review.googlesource.com/1091273Reviewed-by:Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#565652}
Showing
Please register or sign in to comment