| Index: components/sync/engine/sync_engine_host.h
|
| diff --git a/components/sync/engine/sync_engine_host.h b/components/sync/engine/sync_engine_host.h
|
| index c04289bccc680a44ec2750a41306bcc12f80a1fd..ad18493113886cb8fdde645adfdecc8ab61de1e8 100644
|
| --- a/components/sync/engine/sync_engine_host.h
|
| +++ b/components/sync/engine/sync_engine_host.h
|
| @@ -41,6 +41,7 @@ class SyncEngineHost {
|
| // |js_backend| is what about:sync interacts with. It is initialized only if
|
| // |success| is true.
|
| virtual void OnEngineInitialized(
|
| + ModelTypeSet initial_types,
|
| const WeakHandle<JsBackend>& js_backend,
|
| const WeakHandle<DataTypeDebugInfoListener>& debug_info_listener,
|
| const std::string& cache_guid,
|
|
|