Commit c6d153b5 authored by Anthony Vallee-Dubois's avatar Anthony Vallee-Dubois Committed by Commit Bot

Add CHROME_BROWSER value to DeviceServiceApiAccessRequest::DeviceType

This is a prerequisite to allow DeviceAccountInitializer to be used
on desktop to fetch authcodes for invalidations registration.

Bug: 1026261
Change-Id: I9db6fbe4c420b34b5cc734207d728cc67045a1a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134188Reviewed-by: default avatarJulian Pastarmov <pastarmovj@chromium.org>
Commit-Queue: anthonyvd <anthonyvd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756244}
parent 5341a7fc
...@@ -283,6 +283,9 @@ message DeviceServiceApiAccessRequest { ...@@ -283,6 +283,9 @@ message DeviceServiceApiAccessRequest {
// to access Google Docs. // to access Google Docs.
// Please see go/cros-demo-mode and go/demo-mode-account-brainstorm. // Please see go/cros-demo-mode and go/demo-mode-account-brainstorm.
CHROME_OS_DEMO_MODE = 2; CHROME_OS_DEMO_MODE = 2;
// Authcode will be used by the enterprise-managed Chrome Browser to
// register for policy invalidations. This is requested during enrollment.
CHROME_BROWSER = 3;
} }
// Device type indicates the intended use of the auth code. // Device type indicates the intended use of the auth code.
......
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