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