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

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

Issue 10832286: sync: Introduce control data types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add ToFullModelTypeSet() function Created 8 years, 4 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/data_type_manager.h
diff --git a/chrome/browser/sync/glue/data_type_manager.h b/chrome/browser/sync/glue/data_type_manager.h
index 0351088644b13ce794557c6e0bb80613a79b6ec9..18db0829829d3171d48d1efa072c2a436248df06 100644
--- a/chrome/browser/sync/glue/data_type_manager.h
+++ b/chrome/browser/sync/glue/data_type_manager.h
@@ -93,8 +93,8 @@ class DataTypeManager {
virtual void Configure(TypeSet desired_types,
syncer::ConfigureReason reason) = 0;
- virtual void ConfigureWithoutNigori(TypeSet desired_types,
- syncer::ConfigureReason reason) = 0;
+ virtual void PurgeForMigration(TypeSet undesired_types,
+ syncer::ConfigureReason reason) = 0;
// Synchronously stops all registered data types. If called after
// Configure() is called but before it finishes, it will abort the

Powered by Google App Engine
This is Rietveld 408576698