Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8276)

Unified Diff: chrome/browser/sync/glue/failed_data_types_handler.h

Issue 18132003: [Sync] Trigger unapply + getupdates for persistence errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix formatting Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/sync/glue/data_type_manager_impl_unittest.cc ('k') | chrome/browser/sync/glue/failed_data_types_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698