Index: chrome/browser/policy/proto/device_management_backend.proto |
diff --git a/chrome/browser/policy/proto/device_management_backend.proto b/chrome/browser/policy/proto/device_management_backend.proto |
index 3187f6b49890097711fba4884185550d5cd225f7..616c3d22c3c3574fcb9498a52c8fe2d30df958cb 100644 |
--- a/chrome/browser/policy/proto/device_management_backend.proto |
+++ b/chrome/browser/policy/proto/device_management_backend.proto |
@@ -115,6 +115,11 @@ message DeviceRegisterRequest { |
// reregister device without erasing server state. |
// it can be used to refresh dmtoken etc. |
optional bool reregister = 1; |
+ |
+ // This should be the uniqe id of the device, e.g. serial number |
+ optional string device_id = 2; |
+ |
+ // username? (currently this is also sent as an HTTP POST parameter) |
gfeher
2011/02/02 08:42:45
You'll probably need to sync this file to the late
Jakob Kummerow
2011/02/03 14:36:52
It's on my TODO list :-)
|
} |
// Response from server to device register request. |