| Index: sync/internal_api/debug_info_event_listener.cc
|
| diff --git a/sync/internal_api/debug_info_event_listener.cc b/sync/internal_api/debug_info_event_listener.cc
|
| index 60d08067f4ceb03947b5ffb467a1581d80d9807b..b7e3cda8f8728ec31c8e393d8d395b128fb44856 100644
|
| --- a/sync/internal_api/debug_info_event_listener.cc
|
| +++ b/sync/internal_api/debug_info_event_listener.cc
|
| @@ -46,7 +46,7 @@ void DebugInfoEventListener::OnSyncCycleCompleted(
|
|
|
| void DebugInfoEventListener::OnInitializationComplete(
|
| const WeakHandle<JsBackend>& js_backend,
|
| - bool success) {
|
| + bool success, ModelTypeSet restored_types) {
|
| CreateAndAddEvent(sync_pb::DebugEventInfo::INITIALIZATION_COMPLETE);
|
| }
|
|
|
|
|