commit | 3cfcfe55d4b041b6ec3e3db5c48db3062475b777 | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Mon May 02 11:33:34 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 11:33:34 2022 |
tree | 3f1def4fab120dffe52e8f74309ba6112daccd9d | |
parent | a51d86347b8ef7e29fb3f5dbee068411745cd019 [diff] |
Lacros: Add Ash version checking methods for testing Add GetAshVersion into crosapi::TestController mojo interface to retrieve the version of Ash during tests. Add IsAshVersionAtLeastForTesting helper method that handles some edge cases and optimizes the use of GetAshVersion. Fixed: b:230845948 Test: Manual Change-Id: I8738efed655861271b2cd0ae62568ffd7a7e163d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3616761 Reviewed-by: Roland Bock <rbock@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/main@{#998314}
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.