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

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

Issue 500013002: Drop 64 character limit in DeviceManagementRequest |agent| parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « chrome/browser/policy/test/policy_testserver.py ('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 4d85e74f1ff8e7240399a0b4963a26154519e6ad..836db550e485a26ae33adc93d1054e64df6ce1f1 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -325,10 +325,10 @@ message PolicyFetchResponse {
// public key on the client). If DMServer is unable to find matching key, it
// will return an error instead of policy data.
// In case hash was not specified, DMServer will leave verification signature
- // field empty (legacy behavior).
+ // field empty (legacy behavior).
// In addition to the checks between new_public_key
// and new_public_key_signature described above, Chrome also verifies
- // new_public_key with the embedded public key and
+ // new_public_key with the embedded public key and
// new_public_key_verification_signature.
optional bytes new_public_key_verification_signature = 7;
}
@@ -643,7 +643,7 @@ message DeviceStateRetrievalResponse {
// * devicetype: MUST BE "1" for Android or "2" for Chrome OS.
// * apptype: MUST BE Android or Chrome.
// * deviceid: MUST BE no more than 64-char in [\x21-\x7E].
-// * agent: MUST BE no more than 64-char long.
+// * agent: MUST BE a string of characters.
// * HTTP Authorization header MUST be in the following formats:
// * For register and ping requests
// Authorization: GoogleLogin auth=<auth cookie for Mobile Sync>
« no previous file with comments | « chrome/browser/policy/test/policy_testserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698