Commit 39480969 authored by Jit Yao Yap's avatar Jit Yao Yap Committed by Commit Bot

[protosync] Server-side -> client

Sync server-side changes from
https://critique.corp.google.com/#review/251735875 to client.

Bug: None
Change-Id: I946bf7baeabfcd57575942493d363ec81efef155
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660853
Commit-Queue: Jit Yao Yap <jityao@google.com>
Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Auto-Submit: Jit Yao Yap <jityao@google.com>
Cr-Commit-Position: refs/heads/master@{#669633}
parent a21c07d9
......@@ -180,6 +180,12 @@ message DeviceRegisterRequest {
// The date the device was manufactured in yyyy-mm-dd format.
// This field might be set only if register type == DEVICE.
optional string manufacture_date = 16;
// Currently using in token enrollment to ensure domain in request matches
// domain from token.
optional string expected_enrollment_domain = 17;
// Next id: 18.
}
// Response from server to device register request.
......
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