| 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 7ecede2c2fde24f3f9c9ae38034dd1208551215e..c9c486b1f6d93b3b6898c5cc9d24f8a03fe91ff1 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -133,7 +133,10 @@ class SyncBackendHost : public sync_driver::BackendDataTypeConfigurer {
|
| // The ready_task will be run when configuration is done with the
|
| // set of all types that failed configuration (i.e., if its argument
|
| // is non-empty, then an error was encountered).
|
| - void ConfigureDataTypes(
|
| + // Returns the set of types that are ready to start without needing any
|
| + // further sync activity.
|
| + // BackendDataTypeConfigurer implementation.
|
| + syncer::ModelTypeSet ConfigureDataTypes(
|
| syncer::ConfigureReason reason,
|
| const DataTypeConfigStateMap& config_state_map,
|
| const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>&
|
|
|