| Index: sync/protocol/device_info_specifics.proto
|
| diff --git a/sync/protocol/device_info_specifics.proto b/sync/protocol/device_info_specifics.proto
|
| index 67eb4698a7a970212292b5e8239cdf6d336a4649..f87b361181f6b81d1d73ae5daae310547b246331 100644
|
| --- a/sync/protocol/device_info_specifics.proto
|
| +++ b/sync/protocol/device_info_specifics.proto
|
| @@ -34,4 +34,8 @@ message DeviceInfoSpecifics {
|
|
|
| // The Chrome instance's version. Updated (if necessary) on every startup.
|
| optional string chrome_version = 5;
|
| +
|
| + // Last time when pre-sync data on the device was saved. The device can be
|
| + // restored to state back to this time. In millisecond since UNIX epoch.
|
| + optional int64 backup_timestamp = 6;
|
| }
|
|
|