Index: chrome/browser/sync/glue/ui_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/ui_data_type_controller.cc b/chrome/browser/sync/glue/ui_data_type_controller.cc |
index d07bee45321d44762db66c935e07364c94917c45..c0cd1275cebf973aded2115fa6eadf4d0794e275 100644 |
--- a/chrome/browser/sync/glue/ui_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/ui_data_type_controller.cc |
@@ -329,7 +329,7 @@ DataTypeController::State UIDataTypeController::state() const { |
void UIDataTypeController::OnSingleDatatypeUnrecoverableError( |
const tracked_objects::Location& from_here, const std::string& message) { |
RecordUnrecoverableError(from_here, message); |
- sync_service_->DisableBrokenDatatype(type(), from_here, message); |
+ sync_service_->DisableDatatype(type(), from_here, message); |
} |
void UIDataTypeController::RecordAssociationTime(base::TimeDelta time) { |