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

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

Issue 2728463004: Remove enterprise serial number recovery feature (Closed)
Patch Set: Removed access to removed fied in policy_testserver.py. Created 3 years, 7 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/mock_cloud_policy_client.h ('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 891baac806da6e418256641bd77647f3a0e42ea6..1597148bfb8121fdf2fc7083783935daa86f9097 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -187,6 +187,8 @@ message DeviceServiceApiAccessResponse {
}
message PolicyFetchRequest {
+ reserved 5, 10;
Thiemo Nagel 2017/05/24 09:17:42 Hey Pavol, I've just realized that the "10" actual
pmarko 2017/05/24 09:42:11 Good catch. Fix CL up: https://chromium-review.goo
+
// This is the policy type, which maps to D3 policy type internally.
// By convention, we use "/" as separator to create policy namespace.
// The policy type names are case insensitive.
@@ -220,12 +222,6 @@ message PolicyFetchRequest {
// public key.
optional int32 public_key_version = 4;
- // Machine hardware id, such as serial number.
- // This field is should be set only if the serial number for the device is
- // missing from the server, as indicated by the valid_serial_number_missing
- // field in the last policy fetch response.
- optional string machine_id = 5;
-
// This field is used for devices to send the additional ID to fetch settings.
// Retrieving some settings requires more than just device or user ID.
// For example, to retrieve public account, devices need to pass in
@@ -341,12 +337,6 @@ message PolicyData {
}
optional AssociationState state = 9 [default = ACTIVE];
- // Indicates if the the server cannot find a valid serial number for the
- // device. If this flag is set, the device should send the valid serial
- // number with a device policy fetch request. Note that this only
- // applies to device policy.
- optional bool valid_serial_number_missing = 10;
-
// Indicates which public account or extension/plug-in this policy data is
// for. See PolicyFetchRequest.settings_entity_id for more details.
optional string settings_entity_id = 11;
« no previous file with comments | « components/policy/core/common/cloud/mock_cloud_policy_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698