| Index: components/sync/driver/glue/sync_backend_host_impl.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_impl.h b/components/sync/driver/glue/sync_backend_host_impl.h
|
| index cfeab2e2445862434cae6323b1145929462f483e..613c573e57cf2e6be67e6778776b0b8366fa17dc 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -83,6 +83,8 @@ class SyncBackendHostImpl : public SyncBackendHost, public InvalidationHandler {
|
| 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,
|
|
|