summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/device_info_model_type_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/sync_driver/device_info_model_type_controller.cc')
-rw-r--r--components/sync_driver/device_info_model_type_controller.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/sync_driver/device_info_model_type_controller.cc b/components/sync_driver/device_info_model_type_controller.cc
index 0e6a6c2..cdd0863 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() {}