Index: chrome/browser/policy/proto/device_management_local.proto |
=================================================================== |
--- chrome/browser/policy/proto/device_management_local.proto (revision 66415) |
+++ chrome/browser/policy/proto/device_management_local.proto (working copy) |
@@ -18,9 +18,3 @@ |
optional uint64 timestamp = 2; |
} |
-// Encapsulates a device ID and the associated device token. |
-message DeviceCredentials { |
- optional string device_id = 1; |
- optional string device_token = 2; |
-} |
- |