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

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: 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
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;
Mattias Nissler (ping if slow) 2013/05/13 10:52:35 Bin, Raymond: I'd like to get your thoughts on thi
Bin 2013/05/14 06:36:41 Should we define some enum or we have to agree on
Mattias Nissler (ping if slow) 2013/05/14 06:49:51 I thought about this as well, but then decided to
Bin 2013/05/15 06:13:27 My understanding (and also the comments indicates)
Mattias Nissler (ping if slow) 2013/05/15 12:02:29 No, it's just potentially so. We're essentially pa
}
// Response from server to device register request.

Powered by Google App Engine
This is Rietveld 408576698