Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / non_ui_data_type_controller.cc
index ba2f8f9..2867ed9 100644 (file)
@@ -251,10 +251,6 @@ void NonUIDataTypeController::RecordStartFailure(ConfigureResult result) {
 void NonUIDataTypeController::AbortModelLoad() {
   state_ = NOT_RUNNING;
   StopModels();
-  model_load_callback_.Run(
-      type(),
-      syncer::SyncError(
-          FROM_HERE, syncer::SyncError::DATATYPE_ERROR, "ABORTED", type()));
 }
 
 void NonUIDataTypeController::DisableImpl(