| Index: components/sync/engine/engine_components_factory_impl.h
|
| diff --git a/components/sync/engine/engine_components_factory_impl.h b/components/sync/engine/engine_components_factory_impl.h
|
| index 6bf4ef9382c920e9cca5203c6d5a4c25cfc5c179..a16cc5e249c1d35b8f0de157671d369d4fefc8e4 100644
|
| --- a/components/sync/engine/engine_components_factory_impl.h
|
| +++ b/components/sync/engine/engine_components_factory_impl.h
|
| @@ -24,7 +24,8 @@ class EngineComponentsFactoryImpl : public EngineComponentsFactory {
|
| std::unique_ptr<SyncScheduler> BuildScheduler(
|
| const std::string& name,
|
| SyncCycleContext* context,
|
| - CancelationSignal* cancelation_signal) override;
|
| + CancelationSignal* cancelation_signal,
|
| + bool ignore_auth_credentials) override;
|
|
|
| std::unique_ptr<SyncCycleContext> BuildContext(
|
| ServerConnectionManager* connection_manager,
|
|
|