Commit 00e3434f authored by Jit Yao Yap's avatar Jit Yao Yap Committed by Commit Bot

[protosync] Server-side -> client

Sync server-side changes from cl/331193690.

Change-Id: I52afbafc55b5dc3804034acaaea08a31aa9cfd23
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418660
Auto-Submit: Jit Yao Yap <jityao@google.com>
Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Commit-Queue: Alexander Hendrich <hendrich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810542}
parent 0f4e580a
......@@ -686,6 +686,11 @@ message PolicyData {
// UNSPECIFIED if not relevant.
// This field should only be set for User Policy response.
optional MetricsLogSegment metrics_log_segment = 35;
// This field will be populated with primary domain name for domain verified
// customer, and primary admin email for domainless customer. The client side
// will use this field to display who manages this device/browser/user.
optional string managed_by = 36;
}
message ClientActionRequired {
......
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