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

[protosync] Server-side -> client

Sync server-side changes from cl/333594358 and cl/338193271.

Change-Id: Iea6abbbf69040ba84146186a787c26006e940701
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489300Reviewed-by: default avatarAlexander Hendrich <hendrich@chromium.org>
Commit-Queue: Jit Yao Yap <jityao@google.com>
Cr-Commit-Position: refs/heads/master@{#820209}
parent fae654f3
...@@ -462,21 +462,6 @@ message DeviceState { ...@@ -462,21 +462,6 @@ message DeviceState {
// State that is relevant only when the |device_mode| is // State that is relevant only when the |device_mode| is
// |DEVICE_MODE_DISABLED|. // |DEVICE_MODE_DISABLED|.
optional DisabledState disabled_state = 2; optional DisabledState disabled_state = 2;
// License Packaging SKU type.
// LINT.IfChange
enum LicensePackagingSKU {
// Not a License Packaged Device.
NOT_EXIST = 0;
// Enterprise SKU.
CHROME_ENTERPRISE = 1;
// Education SKU.
CHROME_EDUCATION = 2;
}
// LINT.ThenChange(//depot/google3/google/chrome/licensepackaging/v1/service.proto)
// SKU Type for License Packaged Device.
optional LicensePackagingSKU license_packaging_sku = 5;
} }
message CustomerLogo { message CustomerLogo {
...@@ -2378,6 +2363,21 @@ message DeviceInitialEnrollmentStateResponse { ...@@ -2378,6 +2363,21 @@ message DeviceInitialEnrollmentStateResponse {
// State that is relevant only when the |initial_enrollment_mode| is // State that is relevant only when the |initial_enrollment_mode| is
// |INITIAL_ENROLLMENT_MODE_DISABLED|. // |INITIAL_ENROLLMENT_MODE_DISABLED|.
optional DisabledState disabled_state = 4; optional DisabledState disabled_state = 4;
// License Packaging SKU type.
// LINT.IfChange
enum LicensePackagingSKU {
// Not a License Packaged Device.
NOT_EXIST = 0;
// Enterprise SKU.
CHROME_ENTERPRISE = 1;
// Education SKU.
CHROME_EDUCATION = 2;
}
// LINT.ThenChange(//depot/google3/google/chrome/licensepackaging/v1/service.proto)
// SKU Type for License Packaged Device.
optional LicensePackagingSKU license_packaging_sku = 5;
} }
// Sent by the client to the server to pair the Host device with the Controller // Sent by the client to the server to pair the Host device with the Controller
......
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