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