Chromium Code Reviews| Index: components/sync/core/write_node.cc |
| diff --git a/components/sync/core/write_node.cc b/components/sync/core/write_node.cc |
| index 0977234702cbce013978ddd190d8df1375a17d00..10f89f0c23c07bd47580909a26920333dda2b42f 100644 |
| --- a/components/sync/core/write_node.cc |
| +++ b/components/sync/core/write_node.cc |
| @@ -146,6 +146,9 @@ void WriteNode::SetPasswordSpecifics( |
| SetEntitySpecifics(entity_specifics); |
| } |
| +void WriteNode::SetPasswordSpecificsMetadata( |
| + const sync_pb::PasswordSpecificsMetadata& specifics) {} |
|
Nicolas Zea
2016/08/20 00:23:43
I wonder if we really need this. Couldn't you set
|
| + |
| void WriteNode::SetEntitySpecifics(const sync_pb::EntitySpecifics& new_value) { |
| ModelType new_specifics_type = GetModelTypeFromSpecifics(new_value); |
| CHECK(!new_value.password().has_client_only_encrypted_data()); |