Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: sync/internal_api/debug_info_event_listener.cc

Issue 10804039: Make SyncBackendRegistrar aware of loaded data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 259ad76279e745f12093f89407b9cfd6b0e256a1..6cc3a96931d7c103d179c5a24db98c83124302ea 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 syncer::WeakHandle<syncer::JsBackend>& js_backend,
- bool success) {
+ bool success, syncer::ModelTypeSet restored_types) {
CreateAndAddEvent(sync_pb::DebugEventInfo::INITIALIZATION_COMPLETE);
}

Powered by Google App Engine
This is Rietveld 408576698