Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / frontend_data_type_controller.cc
index d822897..a705527 100644 (file)
@@ -251,10 +251,6 @@ void FrontendDataTypeController::AbortModelLoad() {
   DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
   CleanUp();
   state_ = NOT_RUNNING;
-  model_load_callback_.Run(
-      type(),
-      syncer::SyncError(
-          FROM_HERE, syncer::SyncError::DATATYPE_ERROR, "Aborted", type()));
 }
 
 void FrontendDataTypeController::StartDone(