| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index f49e05d4f20da99bb12d063501559d94fb1619be..eb362e79384114e824ebdfb92499a122ebf72a03 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -341,8 +341,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
|
|
| // Called when the syncer has finished performing a configuration.
|
| void FinishConfigureDataTypesOnFrontendLoop(
|
| - const syncer::ModelTypeSet types_to_configure,
|
| - const syncer::ModelTypeSet configured_types,
|
| + const syncer::ModelTypeSet failed_configuration_types,
|
| const base::Callback<void(syncer::ModelTypeSet)>& ready_task);
|
|
|
| private:
|
|
|