Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up miscategorized PlatformBrowserTests (Android)
PlatformBrowserTest is a utility designed to run tests on both Android and Desktop platforms and, under the hood, is aliased to either InProcessBrowserTest or AndroidBrowserTest. However, some of the classes that are written with it are not intended to run on both sets of platforms. This CL cleans up instances of inheriting from PlatformBrowserTest where the test only runs on Android to instead use AndroidBrowserTest directly. Bug: 361002665 Change-Id: Ib7d77418859b0f15f6e6909974e5690f5e4a95fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5804981 Auto-Submit: Devlin Cronin <[email protected]> Commit-Queue: Yaron Friedman <[email protected]> Reviewed-by: Yaron Friedman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1344971}
- Loading branch information