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

Unified Diff: components/sync/driver/glue/sync_backend_host_core.h

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)
Patch Set: Fix Android. Created 4 years 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
« no previous file with comments | « components/sync/driver/fake_sync_service.cc ('k') | components/sync/driver/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bdec45a2d8b7de47db3922331aceff9ef42cf980..641fed6b2989cfb98b0cc31ce777274bce53a481 100644
--- a/components/sync/driver/glue/sync_backend_host_core.h
+++ b/components/sync/driver/glue/sync_backend_host_core.h
@@ -291,7 +291,7 @@ class SyncBackendHostCore
std::unique_ptr<SyncManager> sync_manager_;
// Temporary holder of sync manager's initialization results. Set by
- // OnInitializeComplete, and consumed when we pass it via OnBackendInitialized
+ // OnInitializeComplete, and consumed when we pass it via OnEngineInitialized
// in the final state of HandleInitializationSuccessOnFrontendLoop.
WeakHandle<JsBackend> js_backend_;
WeakHandle<DataTypeDebugInfoListener> debug_info_listener_;
« no previous file with comments | « components/sync/driver/fake_sync_service.cc ('k') | components/sync/driver/glue/sync_backend_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698