| Index: components/sync/driver/glue/sync_backend_host.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host.h b/components/sync/driver/glue/sync_backend_host.h
|
| index e20f318d1f332dc631a841f5193568682baa5c3d..987c752e68a06328bbe7c69f22751e181d53b00e 100644
|
| --- a/components/sync/driver/glue/sync_backend_host.h
|
| +++ b/components/sync/driver/glue/sync_backend_host.h
|
| @@ -67,6 +67,8 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| const std::string& sync_user_agent,
|
| const SyncCredentials& credentials,
|
| bool delete_sync_data_folder,
|
| + bool enable_local_sync_backend,
|
| + const base::FilePath& local_sync_backend_folder,
|
| std::unique_ptr<SyncManagerFactory> sync_manager_factory,
|
| const WeakHandle<UnrecoverableErrorHandler>& unrecoverable_error_handler,
|
| const base::Closure& report_unrecoverable_error_function,
|
|
|