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 96fbcc14e0c37311928a7871db683d37d0dd80bb..ce2711cdc3827d0ee8fb4111dd5c1d16a5002291 100644 |
--- a/chrome/browser/sync/glue/ui_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/ui_data_type_controller.cc |
@@ -281,7 +281,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_->OnDisableDatatype(type(), from_here, message); |
+ sync_service_->DisableBrokenDatatype(type(), from_here, message); |
} |
void UIDataTypeController::RecordAssociationTime(base::TimeDelta time) { |