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

Unified Diff: components/policy/proto/device_management_backend.proto

Issue 2652193003: Add missing 903 Deprovisioned error code. Change Arc Disabled error code to 904. (Closed)
Patch Set: Add missing comments Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/proto/device_management_backend.proto
diff --git a/components/policy/proto/device_management_backend.proto b/components/policy/proto/device_management_backend.proto
index acae921b4c053aeca8c8c942c800de5c2bcd8aea..5f0b6176d3f75ad9621865b7d4f9082ef70b422a 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -1192,7 +1192,7 @@ message CertificateBasedDeviceRegistrationData {
message ActiveDirectoryEnrollPlayUserRequest {}
// The result when a new user logs in to Play Store with Active Directory.
-// 903 Arc Disabled HTTP error code is returned if the reason of the failure is
+// 904 Arc Disabled HTTP error code is returned if the reason of the failure is
// that ARC is not enabled for the domain.
// 403 Forbidden HTTP error code is returned if the device can't get Managed
// Google Play accounts.
@@ -1283,6 +1283,9 @@ message ActiveDirectoryPlayActivityResponse {}
// gcm_id_update: gcm_id_update_request
// check_android_management: check_android_management_request
// certificate_based_register: certificate_based_register_request
+// active_directory_enroll_play_user:
+// active_directory_enroll_play_user_request
+// active_directory_play_activity: active_directory_play_activity_request
//
message DeviceManagementRequest {
// Register request.
@@ -1369,7 +1372,8 @@ message DeviceManagementRequest {
// 500 Internal Server Error: most likely a bug in DM server.
// 503 Service Unavailable: most likely a backend error.
// 902 Policy Not Found: the policy is not found.
-// 903 Arc Disabled: ARC is not enabled on the domain.
+// 903 Deprovisioned: the device has been deprovisioned.
+// 904 Arc Disabled: ARC is not enabled on the domain.
message DeviceManagementResponse {
// TODO(hong): move error handling to HTTP level.
// Error code to client.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698