| 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 dc9872330873dee704db68656c771fab254d2570..6a7be7228defef9c0451573da7c0fe9178a2006a 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager.h
|
| @@ -95,8 +95,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 Purge(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
|
|
|