| Index: sync/internal_api/write_node.cc
|
| diff --git a/sync/internal_api/write_node.cc b/sync/internal_api/write_node.cc
|
| index c9d4755f1cfa6a3f2eb8e564a6c406f2050ceee3..fad906c8efdc5d587b95712368c0c116f2879c11 100644
|
| --- a/sync/internal_api/write_node.cc
|
| +++ b/sync/internal_api/write_node.cc
|
| @@ -189,6 +189,13 @@ void WriteNode::SetSessionSpecifics(
|
| SetEntitySpecifics(entity_specifics);
|
| }
|
|
|
| +void WriteNode::SetDeviceInfoSpecifics(
|
| + const sync_pb::DeviceInfoSpecifics& new_value) {
|
| + sync_pb::EntitySpecifics entity_specifics;
|
| + entity_specifics.mutable_device_info()->CopyFrom(new_value);
|
| + SetEntitySpecifics(entity_specifics);
|
| +}
|
| +
|
| void WriteNode::SetEntitySpecifics(
|
| const sync_pb::EntitySpecifics& new_value) {
|
| ModelType new_specifics_type =
|
|
|