| Index: chrome/browser/sync/glue/failed_data_types_handler.h
|
| diff --git a/chrome/browser/sync/glue/failed_data_types_handler.h b/chrome/browser/sync/glue/failed_data_types_handler.h
|
| index 3d8b211b26777da0a65daa486131be1612e1fd8d..0b86fd8fa0c94a0611bc2cc27df82af77f8e3b00 100644
|
| --- a/chrome/browser/sync/glue/failed_data_types_handler.h
|
| +++ b/chrome/browser/sync/glue/failed_data_types_handler.h
|
| @@ -29,8 +29,8 @@ class FailedDataTypesHandler {
|
| // Resets the set of types with cryptographer errors.
|
| void ResetCryptoErrors();
|
|
|
| - // Resets the set of types with persistence errors.
|
| - void ResetPersistenceErrors();
|
| + // Resets those persistence errors that intersect with |purged_types|.
|
| + void ResetPersistenceErrorsFrom(syncer::ModelTypeSet purged_types);
|
|
|
| // Returns a list of all the errors this class has recorded.
|
| TypeErrorMap GetAllErrors() const;
|
|
|