| Index: update_attempter.h
|
| diff --git a/update_attempter.h b/update_attempter.h
|
| index 753b40961d4b44f8a49e9b033d8cbbdbd33f2411..711c8ea0339eaa535d4caae51911ad3854547fde 100644
|
| --- a/update_attempter.h
|
| +++ b/update_attempter.h
|
| @@ -50,11 +50,11 @@ class UpdateAttempter : public ActionProcessorDelegate,
|
| void Update();
|
|
|
| // ActionProcessorDelegate methods:
|
| - void ProcessingDone(const ActionProcessor* processor, bool success);
|
| + void ProcessingDone(const ActionProcessor* processor, ActionExitCode code);
|
| void ProcessingStopped(const ActionProcessor* processor);
|
| void ActionCompleted(ActionProcessor* processor,
|
| AbstractAction* action,
|
| - bool success);
|
| + ActionExitCode code);
|
|
|
| // Stop updating. An attempt will be made to record status to the disk
|
| // so that updates can be resumed later.
|
|
|