commit | e1773a443a9a716103695c25d10d0af28ff5fb94 | [log] [tgz] |
---|---|---|
author | hmare <hmare@google.com> | Tue May 10 19:19:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 10 19:19:31 2022 |
tree | 4092a828e06061cb92bb51494767f8f8047194d7 | |
parent | bd11c290910719e5291afce997deb34a712ac76f [diff] |
Update device trust service flow to use new signals dict This updates the entire signals flow to use a base::Value::Dict instead of a signals proto. This cl focuses on changing the device trust signals flow to use a signals dictionary instead of a signals protobuf however a mapping is needed since VA does not support this yet. The purpose of this change is to decrease the complexity of adding new signals since CrOS and device trust protos will no longer need to be updated when changes to signals occurs. The eventual outcome is to no longer support protobufs for signals collection. There will be a follow up CL when VA is updated to support this signals collection change to convert signals to a JSON string and send this to VA and to delete the mapping. Bug: b/229973698 Change-Id: I2ee79ae374f397ff1dfbca379aa6c106fdc97c69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3606542 Reviewed-by: Matthew Denton <mpdenton@chromium.org> Reviewed-by: Sebastien Lalancette <seblalancette@chromium.org> Commit-Queue: Hamda Mare <hmare@google.com> Cr-Commit-Position: refs/heads/main@{#1001658}
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.