Index: trunk/src/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc |
=================================================================== |
--- trunk/src/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc (revision 289111) |
+++ trunk/src/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc (working copy) |
@@ -24,10 +24,12 @@ |
AutofillProfileDataTypeController::AutofillProfileDataTypeController( |
ProfileSyncComponentsFactory* profile_sync_factory, |
- Profile* profile) |
+ Profile* profile, |
+ const DisableTypeCallback& disable_callback) |
: NonUIDataTypeController( |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI), |
base::Bind(&ChromeReportUnrecoverableError), |
+ disable_callback, |
profile_sync_factory), |
profile_(profile), |
personal_data_(NULL), |