| Index: components/payments/content/payment_request.h
|
| diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h
|
| index c831cb916e8f89f96dfae69fddd7527ca1e4966f..2514a8b89a56456a2f40f24d84ac7e1328cef133 100644
|
| --- a/components/payments/content/payment_request.h
|
| +++ b/components/payments/content/payment_request.h
|
| @@ -39,6 +39,7 @@ class PaymentRequest : public mojom::PaymentRequest,
|
| public:
|
| virtual void OnCanMakePaymentCalled() = 0;
|
| virtual void OnNotSupportedError() = 0;
|
| + virtual void OnConnectionTerminated() = 0;
|
|
|
| protected:
|
| virtual ~ObserverForTest() {}
|
|
|