Index: trunk/src/chrome/browser/sync/glue/theme_data_type_controller.cc |
=================================================================== |
--- trunk/src/chrome/browser/sync/glue/theme_data_type_controller.cc (revision 289111) |
+++ trunk/src/chrome/browser/sync/glue/theme_data_type_controller.cc (working copy) |
@@ -15,10 +15,12 @@ |
ThemeDataTypeController::ThemeDataTypeController( |
sync_driver::SyncApiComponentFactory* sync_factory, |
- Profile* profile) |
+ Profile* profile, |
+ const DisableTypeCallback& disable_callback) |
: UIDataTypeController( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
base::Bind(&ChromeReportUnrecoverableError), |
+ disable_callback, |
syncer::THEMES, |
sync_factory), |
profile_(profile) { |