Commit 82b53155 authored by Alice Gong's avatar Alice Gong Committed by Commit Bot

Add device trust key pair into BrowserReport

Bug: 1148561
Change-Id: I77051c7af4f9ca67d954d31d2ce7a596b2b89a58
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535670Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Reviewed-by: default avatarAlbert J. Wong <ajwong@chromium.org>
Commit-Queue: Alice Gong <alicego@google.com>
Cr-Commit-Position: refs/heads/master@{#828352}
parent 1d9ba635
......@@ -1923,6 +1923,8 @@ message ChromeDesktopReportRequest {
// information. When list is empty or unset, the report should contains all
// information.
repeated PartialReportType partial_report_types = 10;
// Public key that can be used for attesting the machine.
optional string machine_attestation_key = 11;
}
// Report user level status on Chrome OS platform. Chrome OS equivalent of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment