commit | bdc006ccf5d50a78750efbe6019809961761ca3a | [log] [tgz] |
---|---|---|
author | Bastian Kersting <bkersting@google.com> | Tue Aug 09 10:46:58 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 09 10:46:58 2022 |
tree | 2f8d65813d3cfeb769e76dea74430cd3d076fd69 | |
parent | 2bb54156fec00f793d7929521fa7454d7f3a83f3 [diff] |
[Telemetry] Determine device ownership in LaCrOS This CL changes the way device ownership is determined in LaCrOS. Currently device ownership is determined by checking whether the current LaCrOS profile is the main profile, but doesn't take device ownership information from Ash into account. This is changed by hooking into the browser init params that contain the information. test out/lacros/unit_tests --gtest_filter=*ApiGuard* \ --ash-chrome-path ./out/lacros/ash_clang_x64/test_ash_chrome Bug: b:219514064 Test: ./testing/xvfb.py build/lacros/test_runner.py \ Change-Id: I607ee833d48002f85e5ec760adf8bce02eb4642b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3779779 Reviewed-by: Oleh Lamzin <lamzin@google.com> Commit-Queue: Bastian Kersting <bkersting@google.com> Cr-Commit-Position: refs/heads/main@{#1032945}
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.