Allow ChromeBrowserMainParts to run a |ui_task| on Android.
The |ui_task| is injected by BrowserTestBase to replace the main message loop, and runs as part of BrowserMainRunner::Initialize(). Previously there were no Android browser tests so this path would not have been hit and had a NOTREACHED() for Android. We remove the OS_ANDROID defines and let Android run the |ui_task| the same way that desktop chrome browser tests do. R=jam@chromium.org Bug: 961849 Change-Id: Ic2e1362ea3bc76c4c31fe0d92d9c93a9350256d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628160 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#663995}
Showing
Please register or sign in to comment