Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: chrome/browser/sync/glue/data_type_controller.cc

Issue 10824288: [Sync] Re-enable error uploading for search engines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698