| Index: components/payments/content/payment_request.h
|
| diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h
|
| index fdfec343216ffcb458396fd4930d5b742b409077..7950ceb76166719a77d5ef3074b85d9204664d3a 100644
|
| --- a/components/payments/content/payment_request.h
|
| +++ b/components/payments/content/payment_request.h
|
| @@ -65,6 +65,7 @@ class PaymentRequest : public mojom::PaymentRequest,
|
|
|
| // PaymentRequestState::Delegate:
|
| void OnPaymentResponseAvailable(mojom::PaymentResponsePtr response) override;
|
| + PaymentRequestDelegate* GetPaymentRequestDelegate() override;
|
|
|
| // Called when the user explicitely cancelled the flow. Will send a message
|
| // to the renderer which will indirectly destroy this object (through
|
|
|