| Index: components/sync/engine_impl/cycle/sync_cycle_context.cc
|
| diff --git a/components/sync/engine_impl/cycle/sync_cycle_context.cc b/components/sync/engine_impl/cycle/sync_cycle_context.cc
|
| index c50ea257317ff7940b9530f198f0277e8ae0809e..744fa4bc2966b2a18ca268f586877589a268cda0 100644
|
| --- a/components/sync/engine_impl/cycle/sync_cycle_context.cc
|
| +++ b/components/sync/engine_impl/cycle/sync_cycle_context.cc
|
| @@ -43,4 +43,9 @@
|
| return model_type_registry_->GetEnabledTypes();
|
| }
|
|
|
| +void SyncCycleContext::SetRoutingInfo(
|
| + const ModelSafeRoutingInfo& routing_info) {
|
| + model_type_registry_->SetEnabledDirectoryTypes(routing_info);
|
| +}
|
| +
|
| } // namespace syncer
|
|
|