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

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

Issue 2186623002: Minimal attestation-based enrollment flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made ZTE independent of enterprise enrollment. Created 4 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
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 f0d3ba034c36281a8d1de7b21fd109c114209ce7..cb775ab8d32e28411bcfb6f3f95f71cdc1917912 100644
--- a/components/policy/proto/device_management_backend.proto
+++ b/components/policy/proto/device_management_backend.proto
@@ -79,6 +79,11 @@ message DeviceRegisterRequest {
FLAVOR_ENROLLMENT_RECOVERY = 6;
// User policy registration for a logged-in user.
FLAVOR_USER_REGISTRATION = 7;
+ // Attestation-based with the option to use a different authentication
+ // mechanism.
+ FLAVOR_ENROLLMENT_ATTESTATION = 8;
+ // Attestation-based enrollment.
+ FLAVOR_ENROLLMENT_ATTESTATION_FORCED = 9;
};
// Indicates the registration flavor. This is passed to the server FYI when

Powered by Google App Engine
This is Rietveld 408576698