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

Unified Diff: components/browser_sync/browser/profile_sync_service.h

Issue 1848793006: [Sync] Register USS types with ModelTypeRegistry before download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: components/browser_sync/browser/profile_sync_service.h
diff --git a/components/browser_sync/browser/profile_sync_service.h b/components/browser_sync/browser/profile_sync_service.h
index 430b919a827f5117a0c0521f1cc57c47f18dc90f..243b00f4663682867cfdbf2e2b71932fa4c67ad8 100644
--- a/components/browser_sync/browser/profile_sync_service.h
+++ b/components/browser_sync/browser/profile_sync_service.h
@@ -597,10 +597,6 @@ class ProfileSyncService : public sync_driver::SyncService,
virtual syncer::WeakHandle<syncer::JsEventHandler> GetJsEventHandler();
- const sync_driver::DataTypeController::TypeMap& data_type_controllers() {
- return data_type_controllers_;
- }
-
// Helper method for managing encryption UI.
bool IsEncryptedDatatypeEnabled() const;
« no previous file with comments | « no previous file | components/sync_driver/backend_data_type_configurer.h » ('j') | components/sync_driver/data_type_manager_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698