Chromium Code Reviews| Index: components/payments/content/payment_request.h |
| diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h |
| index 55a16f3f1215057ca95cc5f80d27ca9db86427fb..c718de8d8caedba807c035cb5cf7f921600facb5 100644 |
| --- a/components/payments/content/payment_request.h |
| +++ b/components/payments/content/payment_request.h |
| @@ -68,6 +68,7 @@ class PaymentRequest : public mojom::PaymentRequest, |
| void OnPaymentResponseAvailable(mojom::PaymentResponsePtr response) override; |
| void OnShippingOptionIdSelected(std::string shipping_option_id) override; |
| void OnShippingAddressSelected(mojom::PaymentAddressPtr address) override; |
| + PaymentRequestDelegate* GetPaymentRequestDelegate() override; |
|
Mathieu
2017/04/04 19:05:48
as mentioned let's try to get rid of all the GetPa
anthonyvd
2017/04/04 23:02:14
Done.
|
| // Called when the user explicitely cancelled the flow. Will send a message |
| // to the renderer which will indirectly destroy this object (through |