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

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

Issue 12082102: Add DeviceRegisterRequest.BROWSER and use it for chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review feedback. Created 7 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
« no previous file with comments | « no previous file | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »
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 d5fdc3e30a3f8ead7ae6970470d6e168f3734b64..2c46a3778f6416a66a02f7e01cb2c462b3c3950e 100644
--- a/chrome/browser/policy/proto/device_management_backend.proto
+++ b/chrome/browser/policy/proto/device_management_backend.proto
@@ -21,8 +21,9 @@ message DeviceRegisterRequest {
// register with type DEVICE in order to retrieve device policies.
enum Type {
TT = 0; // Register for TT release.
- USER = 1; // Register for user polices.
+ USER = 1; // Register for Chrome OS user polices.
DEVICE = 2; // Register for device policies.
+ BROWSER = 3; // Register for Chrome user policies.
}
// NOTE: we also use this field to detect client version. If this
// field is missing, then the request comes from TT. We will remove
« no previous file with comments | « no previous file | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698