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

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

Issue 9404006: Update the registration protobuf and the test dm server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 10 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 | « no previous file | net/tools/testserver/device_management.py » ('j') | net/tools/testserver/device_management.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 eb31ebf8a38d843bdc77d1834f4cc93140b43e20..a7a2778373f98e07ee77f30a7607a973e36f70fa 100644
--- a/chrome/browser/policy/proto/device_management_backend.proto
+++ b/chrome/browser/policy/proto/device_management_backend.proto
@@ -56,6 +56,14 @@ message DeviceRegisterResponse {
// the format of "Machine Model - Machine Id". However, domain
// admin can update it using CPanel, so do NOT treat it as constant.
optional string machine_name = 2;
+
+ // Enum listing the possible modes the device should be locked into when the
+ // registration is finished.
+ enum DeviceMode {
Mattias Nissler (ping if slow) 2012/02/15 15:16:47 Should have comments explaining what that mode act
pastarmovj 2012/02/15 17:40:54 Done.
+ ENTERPRISE = 0;
+ KIOSK = 1;
+ }
+ optional DeviceMode enrollment_type = 3 [default = ENTERPRISE];
}
// Request from device to server to unregister device.
« no previous file with comments | « no previous file | net/tools/testserver/device_management.py » ('j') | net/tools/testserver/device_management.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698