Index: chrome/browser/sync/glue/non_frontend_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller.cc b/chrome/browser/sync/glue/non_frontend_data_type_controller.cc |
index 6762237fd893dfc4b92c523f2f7e90d431abb4c3..7985cd3f13ffff367cdcdde04a98f62d4ead9529 100644 |
--- a/chrome/browser/sync/glue/non_frontend_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/non_frontend_data_type_controller.cc |
@@ -203,10 +203,6 @@ void NonFrontendDataTypeController::LoadModels( |
model_load_callback.Run(type(), syncer::SyncError()); |
} |
-void NonFrontendDataTypeController::OnModelLoaded() { |
- NOTREACHED(); |
-} |
- |
void NonFrontendDataTypeController::StartAssociating( |
const StartCallback& start_callback) { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |