Index: chrome/browser/sync/glue/data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/data_type_controller.cc b/chrome/browser/sync/glue/data_type_controller.cc |
index b7fc7c34cf48c1f223c1b848d4a00d42d650e024..2cd7340f1ac6f7001f068d1d991d26da0f18cecd 100644 |
--- a/chrome/browser/sync/glue/data_type_controller.cc |
+++ b/chrome/browser/sync/glue/data_type_controller.cc |
@@ -17,10 +17,7 @@ syncer::SyncError DataTypeController::CreateAndUploadError( |
const tracked_objects::Location& location, |
const std::string& message, |
syncer::ModelType type) { |
- // TODO(sync): remove this once search engines triggers less errors, such as |
- // due to crbug.com/130448. |
- if (type != syncer::SEARCH_ENGINES) |
- ChromeReportUnrecoverableError(); |
+ ChromeReportUnrecoverableError(); |
return syncer::SyncError(location, message, type); |
} |