| Index: chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller.h b/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| index 57efbd8f2a48d3817f78fc009f7c1ee615528630..72144fc0fbcfeac95c624f3942a397a943e93059 100644
|
| --- a/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
| @@ -56,8 +56,6 @@ class NonFrontendDataTypeController : public DataTypeController {
|
|
|
| // DataTypeErrorHandler interface.
|
| // Note: this is performed on the datatype's thread.
|
| - virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
|
| - const std::string& message) OVERRIDE;
|
| virtual void OnSingleDatatypeUnrecoverableError(
|
| const tracked_objects::Location& from_here,
|
| const std::string& message) OVERRIDE;
|
| @@ -115,11 +113,6 @@ class NonFrontendDataTypeController : public DataTypeController {
|
| // Note: this is performed on the frontend (UI) thread.
|
| virtual void StopModels();
|
|
|
| - // Implementation of OnUnrecoverableError that lives on UI thread.
|
| - virtual void OnUnrecoverableErrorImpl(
|
| - const tracked_objects::Location& from_here,
|
| - const std::string& message);
|
| -
|
| // The actual implementation of Disabling the datatype. This happens
|
| // on the UI thread.
|
| virtual void DisableImpl(const tracked_objects::Location& from_here,
|
|
|