| Index: components/sync_driver/device_info_service.h
|
| diff --git a/components/sync_driver/device_info_service.h b/components/sync_driver/device_info_service.h
|
| index cbd0abfd544c831e82fc5396a15df4250cf1f831..59ea378f6f4a1b379f7ad8dc2503ac090c745253 100644
|
| --- a/components/sync_driver/device_info_service.h
|
| +++ b/components/sync_driver/device_info_service.h
|
| @@ -76,6 +76,13 @@ class DeviceInfoService : public syncer_v2::ModelTypeService,
|
| private:
|
| friend class DeviceInfoServiceTest;
|
|
|
| + // Formats ClientTag form DeviceInfoSpecifics.
|
| + static std::string SpecificsToTag(
|
| + const sync_pb::DeviceInfoSpecifics& specifics);
|
| +
|
| + // Extracts cache_guid from ClientTag.
|
| + static std::string TagToCacheGuid(const std::string& tag);
|
| +
|
| static scoped_ptr<sync_pb::DeviceInfoSpecifics> CopyToSpecifics(
|
| const sync_driver::DeviceInfo& info);
|
|
|
|
|