| Index: sync/internal_api/debug_info_event_listener.cc
|
| diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc
|
| index 1bd83e42af3d43c3cc1cf5f1660523b43e0d7fae..29f54a27e15863369c43168ac16ed4d3ecf1e82f 100644
|
| --- a/sync/internal_api/debug_info_event_listener.cc
|
| +++ b/sync/internal_api/debug_info_event_listener.cc
|
| @@ -194,6 +194,8 @@ base::WeakPtr<DataTypeDebugInfoListener> DebugInfoEventListener::GetWeakPtr() {
|
| void DebugInfoEventListener::OnDataTypeAssociationComplete(
|
| const DataTypeAssociationStats& association_stats) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| + if (VirtualTypes().Has(association_stats.model_type))
|
| + return;
|
| sync_pb::DebugEventInfo association_event;
|
| sync_pb::DatatypeAssociationStats* datatype_stats =
|
| association_event.mutable_datatype_association_stats();
|
|
|