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

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

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! Created 9 years, 11 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/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.

Powered by Google App Engine
This is Rietveld 408576698