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

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

Issue 5118003: Update dm proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser/policy/proto
Patch Set: s/VALUE_TYPE_INT64_ARRAY_/VALUE_TYPE_INT64_ARRAY/ Created 10 years, 1 month 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 | « chrome/browser/policy/device_management_policy_cache_unittest.cc ('k') | no next file » | 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 6b0cc8d34b243d1e847d86a06f6560d99ed43dfd..0f2451b962239e714ca9b7523344c2ba86b58573 100644
--- a/chrome/browser/policy/proto/device_management_backend.proto
+++ b/chrome/browser/policy/proto/device_management_backend.proto
@@ -17,7 +17,7 @@ message GenericValue {
VALUE_TYPE_DOUBLE = 4;
VALUE_TYPE_BYTES = 5;
VALUE_TYPE_BOOL_ARRAY = 6;
- VALUE_TYPE_INT64_ARRAY_ = 7;
+ VALUE_TYPE_INT64_ARRAY = 7;
VALUE_TYPE_STRING_ARRAY = 8;
VALUE_TYPE_DOUBLE_ARRAY = 9;
}
@@ -146,6 +146,8 @@ message DeviceManagementResponse {
DEVICE_MANAGEMENT_TOKEN_INVALID = 3;
// Returned when device registration is pending approval (if required).
ACTIVATION_PENDING = 4;
+ // Returned when the policy is not found.
+ POLICY_NOT_FOUND = 5;
}
// Error code for this request.
« no previous file with comments | « chrome/browser/policy/device_management_policy_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698