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

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

Issue 2728463004: Remove enterprise serial number recovery feature (Closed)
Patch Set: Remove enterprise serial number recovery feature Created 3 years, 10 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 d35f326864c7026ae0c79688e267fdfc9586eb8d..3cfe6a5efc874b7f85f916e2bca1f4934ec9fa94 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -340,11 +340,8 @@ 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;
+ // OBSELETE: Serial number recovery is no longer supported.
Thiemo Nagel 2017/05/02 10:53:06 We have changed our approach and now completely re
pmarko 2017/05/17 16:00:21 Done.
+ optional bool OBSOLETE_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.
« 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