Chromium Code Reviews| Index: chrome/browser/policy/proto/device_management_local.proto |
| diff --git a/chrome/browser/policy/proto/device_management_local.proto b/chrome/browser/policy/proto/device_management_local.proto |
| index cd5a93abeb02b462f7ebc0d6edfbdc031925d49a..ad7fc05a0ec1c8034ba98c7f2297f33cc712a63c 100644 |
| --- a/chrome/browser/policy/proto/device_management_local.proto |
| +++ b/chrome/browser/policy/proto/device_management_local.proto |
| @@ -18,3 +18,9 @@ message CachedDevicePolicyResponse { |
| 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; |
|
Mattias Nissler (ping if slow)
2010/11/16 09:58:14
Just checking: Now that these are optional, will t
Jakob Kummerow (corp)
2010/11/16 10:58:43
Done.
As discussed offline, did some restructuring
|
| +} |
| + |