| Index: components/sync/engine_impl/cycle/sync_cycle_context.h
|
| diff --git a/components/sync/engine_impl/cycle/sync_cycle_context.h b/components/sync/engine_impl/cycle/sync_cycle_context.h
|
| index 1e7e0aef0ed6fa4ef348e2141136a90121095612..b7d50de13dc54417369e634272b1b3b5ae88886e 100644
|
| --- a/components/sync/engine_impl/cycle/sync_cycle_context.h
|
| +++ b/components/sync/engine_impl/cycle/sync_cycle_context.h
|
| @@ -55,6 +55,8 @@
|
| syncable::Directory* directory() { return directory_; }
|
|
|
| ModelTypeSet GetEnabledTypes() const;
|
| +
|
| + void SetRoutingInfo(const ModelSafeRoutingInfo& routing_info);
|
|
|
| ExtensionsActivity* extensions_activity() {
|
| return extensions_activity_.get();
|
|
|