| Index: components/update_client/action_update_check.h
|
| diff --git a/components/update_client/action_update_check.h b/components/update_client/action_update_check.h
|
| index 7576d64373669b6d2d16b83dfbc9a6b1b4421837..67fc4d12a055e9c54290aba7a7286f44c4050a86 100644
|
| --- a/components/update_client/action_update_check.h
|
| +++ b/components/update_client/action_update_check.h
|
| @@ -36,7 +36,9 @@ class ActionUpdateCheck : public Action, private ActionImpl {
|
| void Run(UpdateContext* update_context, Callback callback) override;
|
|
|
| private:
|
| - void UpdateCheckComplete(int error, const UpdateResponse::Results& results);
|
| + void UpdateCheckComplete(int error,
|
| + const UpdateResponse::Results& results,
|
| + int retry_after_sec);
|
|
|
| void OnUpdateCheckSucceeded(const UpdateResponse::Results& results);
|
| void OnUpdateCheckFailed(int error);
|
|
|