Index: chrome/browser/sync/glue/search_engine_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/search_engine_data_type_controller.cc b/chrome/browser/sync/glue/search_engine_data_type_controller.cc |
index 7a596aa01e09e07b23aff8ad3c21f92c5c859ef6..5ac663a6e14d5a6d1d5b33c465c42efe6bf84ebf 100644 |
--- a/chrome/browser/sync/glue/search_engine_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/search_engine_data_type_controller.cc |
@@ -18,12 +18,10 @@ namespace browser_sync { |
SearchEngineDataTypeController::SearchEngineDataTypeController( |
sync_driver::SyncApiComponentFactory* sync_factory, |
- Profile* profile, |
- const DisableTypeCallback& disable_callback) |
+ Profile* profile) |
: UIDataTypeController( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
base::Bind(&ChromeReportUnrecoverableError), |
- disable_callback, |
syncer::SEARCH_ENGINES, |
sync_factory), |
profile_(profile) { |