Index: chrome/browser/sync/glue/frontend_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.cc b/chrome/browser/sync/glue/frontend_data_type_controller.cc |
index 6232777724555ca54f5b980dab2392e009af0d88..0ca5681ce44cbcb43f14811d8b6284d2449e8e3f 100644 |
--- a/chrome/browser/sync/glue/frontend_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/frontend_data_type_controller.cc |
@@ -134,20 +134,6 @@ DataTypeController::State FrontendDataTypeController::state() const { |
return state_; |
} |
-void FrontendDataTypeController::OnUnrecoverableError( |
- const tracked_objects::Location& from_here, const std::string& message) { |
- RecordUnrecoverableError(from_here, message); |
- |
- // The ProfileSyncService will invoke our Stop() method in response to this. |
- // We dont know the current state of the caller. Posting a task will allow |
- // the caller to unwind the stack before we process unrecoverable error. |
- MessageLoop::current()->PostTask(from_here, |
- base::Bind(&ProfileSyncService::OnUnrecoverableError, |
- sync_service_->AsWeakPtr(), |
- from_here, |
- message)); |
-} |
- |
void FrontendDataTypeController::OnSingleDatatypeUnrecoverableError( |
const tracked_objects::Location& from_here, const std::string& message) { |
RecordUnrecoverableError(from_here, message); |