Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / sync_backend_host_core.cc
index 1827f51..cade550 100644 (file)
@@ -135,11 +135,6 @@ void SyncBackendHostCore::DoRefreshTypes(syncer::ModelTypeSet types) {
   sync_manager_->RefreshTypes(types);
 }
 
-void SyncBackendHostCore::OnControlTypesDownloadRetry() {
-  host_.Call(FROM_HERE,
-             &SyncBackendHostImpl::HandleControlTypesDownloadRetry);
-}
-
 void SyncBackendHostCore::OnInitializationComplete(
     const syncer::WeakHandle<syncer::JsBackend>& js_backend,
     const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
@@ -222,8 +217,7 @@ void SyncBackendHostCore::OnInitializationComplete(
       routing_info,
       base::Bind(&SyncBackendHostCore::DoInitialProcessControlTypes,
                  weak_ptr_factory_.GetWeakPtr()),
-      base::Bind(&SyncBackendHostCore::OnControlTypesDownloadRetry,
-                 weak_ptr_factory_.GetWeakPtr()));
+      base::Closure());
 }
 
 void SyncBackendHostCore::OnConnectionStatusChange(