Index: chrome/browser/sync/glue/fake_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/fake_data_type_controller.cc b/chrome/browser/sync/glue/fake_data_type_controller.cc |
index 1f837a299d8cbbb2b892fba67e63c48cef2a0ac4..20f64a24094cde959a263c072e2199236ba309d0 100644 |
--- a/chrome/browser/sync/glue/fake_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/fake_data_type_controller.cc |
@@ -99,12 +99,6 @@ DataTypeController::State FakeDataTypeController::state() const { |
return state_; |
} |
-void FakeDataTypeController::OnUnrecoverableError( |
- const tracked_objects::Location& from_here, |
- const std::string& message) { |
- ADD_FAILURE() << message; |
-} |
- |
void FakeDataTypeController::OnSingleDatatypeUnrecoverableError( |
const tracked_objects::Location& from_here, |
const std::string& message) { |
@@ -127,4 +121,3 @@ void FakeDataTypeController::SimulateModelLoadFinishing() { |
} |
} // namespace browser_sync |
- |