| Index: components/update_client/update_client.h
|
| diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h
|
| index cdcd956fcc0f505c1496ee3009f986919d71fa8e..412a4d9b264488cb3959b22bfaebbc009cbeed60 100644
|
| --- a/components/update_client/update_client.h
|
| +++ b/components/update_client/update_client.h
|
| @@ -328,7 +328,8 @@ class UpdateClient : public base::RefCounted<UpdateClient> {
|
| // of this class.
|
| virtual void SendUninstallPing(const std::string& id,
|
| const base::Version& version,
|
| - int reason) = 0;
|
| + int reason,
|
| + const Callback& callback) = 0;
|
|
|
| // Returns status details about a CRX update. The function returns true in
|
| // case of success and false in case of errors, such as |id| was
|
|
|