| Index: components/sync/driver/glue/sync_backend_host_core.h
|
| diff --git a/components/sync/driver/glue/sync_backend_host_core.h b/components/sync/driver/glue/sync_backend_host_core.h
|
| index 1af32252372671c3e720260eda82bc16115a0144..486af1e008947ca8791be456b4c2d223bdc10d6f 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_core.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_core.h
|
| @@ -43,6 +43,8 @@ struct DoInitializeOptions {
|
| const std::string& invalidator_client_id,
|
| std::unique_ptr<SyncManagerFactory> sync_manager_factory,
|
| bool delete_sync_data_folder,
|
| + bool enable_local_sync_backend,
|
| + const base::FilePath& local_sync_backend_folder,
|
| const std::string& restored_key_for_bootstrapping,
|
| const std::string& restored_keystore_key_for_bootstrapping,
|
| std::unique_ptr<EngineComponentsFactory> engine_components_factory,
|
| @@ -66,6 +68,8 @@ struct DoInitializeOptions {
|
| std::unique_ptr<SyncManagerFactory> sync_manager_factory;
|
| std::string lsid;
|
| bool delete_sync_data_folder;
|
| + bool enable_local_sync_backend;
|
| + const base::FilePath local_sync_backend_folder;
|
| std::string restored_key_for_bootstrapping;
|
| std::string restored_keystore_key_for_bootstrapping;
|
| std::unique_ptr<EngineComponentsFactory> engine_components_factory;
|
|
|