commit | 8f409ff08a26aa3673b30e9577f067568b72abd6 | [log] [tgz] |
---|---|---|
author | Vishwas Uppoor <vishwasuppoor@google.com> | Fri Jul 18 19:24:43 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 18 19:24:43 2025 |
tree | 7aafec31757a5ed7b492a6616cce060ea426174d | |
parent | e8bc574e57a08c4ceb3f5a96951c534e9d568b3f [diff] |
[PixAL] Update DeviceDelegateAndroidTest setup ApplicationStatusListener provides a static method to simulate changes in the app status which triggers the callback passed by the callers. Currently, the app status changes are simulated by directly triggering the callback which is not ideal. Use NotifyApplicationStateChange to simulate app status changes in DeviceDelegateAndroidTest. Bug: 425191286 Change-Id: Ie9cf247c02bb938a6b9c34df1ee693f4b002c543 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6758693 Reviewed-by: Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Vishwas Uppoor <vishwasuppoor@google.com> Cr-Commit-Position: refs/heads/main@{#1488993}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.