| 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 902bcf823f1e4774f426486e054923b419458515..65a8d9495b213839bb28a2d2541d4d024fbf6269 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_impl.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| @@ -49,8 +49,9 @@ class DataTypeManagerImpl : public DataTypeManager {
|
|
|
| // Stops all data types.
|
| void FinishStop();
|
| - void FinishStopAndNotify(ConfigureResult result,
|
| - const tracked_objects::Location& location);
|
| + void Abort(ConfigureStatus status,
|
| + const tracked_objects::Location& location,
|
| + syncable::ModelType last_attempted_type);
|
|
|
| // Returns true if any last_requested_types_ currently needs to start model
|
| // association. If non-null, fills |needs_start| with all such controllers.
|
| @@ -60,8 +61,7 @@ class DataTypeManagerImpl : public DataTypeManager {
|
| void Restart(sync_api::ConfigureReason reason, bool enable_nigori);
|
| void DownloadReady();
|
| void NotifyStart();
|
| - void NotifyDone(ConfigureResult result,
|
| - const tracked_objects::Location& location);
|
| + void NotifyDone(const ConfigureResult& result);
|
| void SetBlockedAndNotify();
|
|
|
| // Add to |configure_time_delta_| the time since we last called
|
|
|