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

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

Issue 2412623003: Rename cert_based_register_request to match server proto. (Closed)
Patch Set: Created 4 years, 2 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 | « components/policy/core/common/cloud/cloud_policy_client_unittest.cc ('k') | 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 5793c275cb78615cf62359bb8aededeccdc57984..388e33170a58ef2229ed30d03f7941843b2cbf87 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -1197,7 +1197,7 @@ message CertificateBasedDeviceRegistrationData {
// attribute_update: device_attribute_update_request
// gcm_id_update: gcm_id_update_request
// check_android_management: check_android_management_request
-// certificate_based_register: cert_based_register_request
+// certificate_based_register: certificate_based_register_request
//
message DeviceManagementRequest {
// Register request.
@@ -1253,7 +1253,7 @@ message DeviceManagementRequest {
// Request to register with a registration certificate.
optional CertificateBasedDeviceRegisterRequest
- cert_based_register_request = 18;
+ certificate_based_register_request = 18;
}
« no previous file with comments | « components/policy/core/common/cloud/cloud_policy_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698