| 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
|
|
|