| Index: sync/engine/build_commit_command.cc
|
| diff --git a/sync/engine/build_commit_command.cc b/sync/engine/build_commit_command.cc
|
| index ba356e86bffb09f483e3998ba6e73a5730e32719..de1dae559e648237d77555b4d97918ff310559c8 100644
|
| --- a/sync/engine/build_commit_command.cc
|
| +++ b/sync/engine/build_commit_command.cc
|
| @@ -103,6 +103,8 @@ void BuildCommitCommand::AddClientConfigParamsToMessage(
|
| sync_pb::ClientConfigParams* config_params = message->mutable_config_params();
|
| for (std::map<ModelType, ModelSafeGroup>::const_iterator iter =
|
| routing_info.begin(); iter != routing_info.end(); ++iter) {
|
| + if (ProxyTypes().Has(iter->first))
|
| + continue;
|
| int field_number = GetSpecificsFieldNumberFromModelType(iter->first);
|
| config_params->mutable_enabled_type_ids()->Add(field_number);
|
| }
|
|
|