| Index: sync/protocol/session_specifics.proto
|
| diff --git a/sync/protocol/session_specifics.proto b/sync/protocol/session_specifics.proto
|
| index c00b8a01e23fe78f830ccb291694d0447c5c7255..1589af537a8d3c6f6e4bc2bb0a421aac1a3a2af4 100644
|
| --- a/sync/protocol/session_specifics.proto
|
| +++ b/sync/protocol/session_specifics.proto
|
| @@ -33,16 +33,7 @@ message SessionHeader {
|
| // A non-unique but human-readable name to describe this client.
|
| optional string client_name = 3;
|
| // The type of device.
|
| - enum DeviceType {
|
| - TYPE_WIN = 1;
|
| - TYPE_MAC = 2;
|
| - TYPE_LINUX = 3;
|
| - TYPE_CROS = 4;
|
| - TYPE_OTHER = 5;
|
| - TYPE_PHONE = 6;
|
| - TYPE_TABLET = 7;
|
| - }
|
| - optional DeviceType device_type = 4;
|
| + optional SyncEnums.DeviceType device_type = 4;
|
| }
|
|
|
| message SessionWindow {
|
|
|