| Index: components/sync/engine/engine_components_factory.h
|
| diff --git a/components/sync/engine/engine_components_factory.h b/components/sync/engine/engine_components_factory.h
|
| index fb80d0317af0b7521ebd708535dda8ecc6f4e2e7..70c6b1fd420aaf1f1e05bb31d64b610fcb4f759e 100644
|
| --- a/components/sync/engine/engine_components_factory.h
|
| +++ b/components/sync/engine/engine_components_factory.h
|
| @@ -90,7 +90,8 @@ class EngineComponentsFactory {
|
| virtual std::unique_ptr<SyncScheduler> BuildScheduler(
|
| const std::string& name,
|
| SyncCycleContext* context,
|
| - CancelationSignal* cancelation_signal) = 0;
|
| + CancelationSignal* cancelation_signal,
|
| + bool ignore_auth_credentials) = 0;
|
|
|
| virtual std::unique_ptr<SyncCycleContext> BuildContext(
|
| ServerConnectionManager* connection_manager,
|
|
|