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

Unified Diff: components/sync_driver/device_info_model_type_controller.cc

Issue 1763953002: [USS] Change the place where SharedModelTypeProcessor got created (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit 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
« no previous file with comments | « no previous file | components/sync_driver/device_info_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/device_info_model_type_controller.cc
diff --git a/components/sync_driver/device_info_model_type_controller.cc b/components/sync_driver/device_info_model_type_controller.cc
index 0e6a6c2f23d7b2e1cfe44ea83a8dd6f63fe958ba..cdd0863d7aa07b485ee871d4472056b56d3f6689 100644
--- a/components/sync_driver/device_info_model_type_controller.cc
+++ b/components/sync_driver/device_info_model_type_controller.cc
@@ -23,8 +23,6 @@ DeviceInfoModelTypeController::DeviceInfoModelTypeController(
syncer::DEVICE_INFO,
sync_client),
local_device_info_provider_(local_device_info_provider) {
- // TODO(gangwu): find a better place to initial processor.
- InitializeProcessor();
}
DeviceInfoModelTypeController::~DeviceInfoModelTypeController() {}
« no previous file with comments | « no previous file | components/sync_driver/device_info_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698