Index: trunk/src/chrome/browser/sync/glue/search_engine_data_type_controller.cc |
=================================================================== |
--- trunk/src/chrome/browser/sync/glue/search_engine_data_type_controller.cc (revision 289354) |
+++ trunk/src/chrome/browser/sync/glue/search_engine_data_type_controller.cc (working copy) |
@@ -18,12 +18,10 @@ |
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) { |