Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / autofill_profile_data_type_controller.cc
index f8edcd7..9907386 100644 (file)
@@ -24,12 +24,10 @@ namespace browser_sync {
 
 AutofillProfileDataTypeController::AutofillProfileDataTypeController(
     ProfileSyncComponentsFactory* profile_sync_factory,
-    Profile* profile,
-    const DisableTypeCallback& disable_callback)
+    Profile* profile)
     : NonUIDataTypeController(
           BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
           base::Bind(&ChromeReportUnrecoverableError),
-          disable_callback,
           profile_sync_factory),
       profile_(profile),
       personal_data_(NULL),