Index: chrome/browser/policy/proto/cloud/device_management_backend.proto |
diff --git a/chrome/browser/policy/proto/cloud/device_management_backend.proto b/chrome/browser/policy/proto/cloud/device_management_backend.proto |
index ab31bfeac181f9c0a2cc328028690f9824e67ef9..2d1e856dab3db5dcb64038b84325ff150004ef80 100644 |
--- a/chrome/browser/policy/proto/cloud/device_management_backend.proto |
+++ b/chrome/browser/policy/proto/cloud/device_management_backend.proto |
@@ -238,6 +238,10 @@ message PolicyData { |
// 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; |
+ |
+ // Indicates the identity the device service account is associated with. |
+ // This is only sent as part of device policy fetch. |
+ optional string service_account_identity = 12; |
} |
message PolicyFetchResponse { |