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

Unified Diff: chrome/browser/sync/glue/data_type_manager_impl.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_impl.h
diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
index da417c056c83e0ac45a870666974c44169da9d3f..9f38a45f1ed120a27399b78fae25901422c9e7e1 100644
--- a/chrome/browser/sync/glue/data_type_manager_impl.h
+++ b/chrome/browser/sync/glue/data_type_manager_impl.h
@@ -36,8 +36,8 @@ class DataTypeManagerImpl : public DataTypeManager,
syncer::ConfigureReason reason) OVERRIDE;
// Needed only for backend migration.
- virtual void ConfigureWithoutNigori(
- TypeSet desired_types,
+ virtual void PurgeForMigration(
+ TypeSet undesired_types,
syncer::ConfigureReason reason) OVERRIDE;
virtual void Stop() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698