| 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 0f57a6028a4eab6699f8e3379ba056b0aac54ae2..e67359810f4c0e72a56b508441a93cefb3eb40a7 100644
|
| --- a/components/sync/driver/glue/sync_backend_host_impl.h
|
| +++ b/components/sync/driver/glue/sync_backend_host_impl.h
|
| @@ -160,6 +160,7 @@ class SyncBackendHostImpl : public SyncEngine, public InvalidationHandler {
|
| // |model_type_connector| is our ModelTypeConnector, which is owned because in
|
| // production it is a proxy object to the real ModelTypeConnector.
|
| virtual void HandleInitializationSuccessOnFrontendLoop(
|
| + ModelTypeSet initial_types,
|
| const WeakHandle<JsBackend> js_backend,
|
| const WeakHandle<DataTypeDebugInfoListener> debug_info_listener,
|
| std::unique_ptr<ModelTypeConnector> model_type_connector,
|
|
|