Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4857)

Unified Diff: chrome/browser/policy/proto/cloud/device_management_backend.proto

Issue 14843009: Wire the device requisition parameter for enterprise enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix mock Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/cloud/user_policy_signin_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/proto/cloud/device_management_backend.proto
diff --git a/chrome/browser/policy/proto/cloud/device_management_backend.proto b/chrome/browser/policy/proto/cloud/device_management_backend.proto
index 0d42509b2bfd33e38a6c22192099f8df9d396981..4f414bd341e28d7a425de2fac38a9c6826ff5cc0 100644
--- a/chrome/browser/policy/proto/cloud/device_management_backend.proto
+++ b/chrome/browser/policy/proto/cloud/device_management_backend.proto
@@ -44,6 +44,11 @@ message DeviceRegisterRequest {
// that the client is to be enrolled in the correct mode.
// Defaults to false when not present.
optional bool auto_enrolled = 5;
+
+ // Indicates a requisition of the registering entity that the server can act
+ // upon. This allows clients to pass hints e.g. at device enrollment time
+ // about the intended use of the device.
+ optional string requisition = 6;
}
// Response from server to device register request.
« no previous file with comments | « chrome/browser/policy/cloud/user_policy_signin_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698