| Index: third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| index 7ff3c4428222bbc65aacec64e24402a5160c4d04..5778ac4b72373f683af82402b6fdaab8c838f445 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
|
| @@ -109,6 +109,7 @@ class MODULES_EXPORT PaymentRequest final
|
| void OnAbort(bool aborted_successfully) override;
|
| void OnCanMakePayment(
|
| payments::mojom::blink::CanMakePaymentQueryResult) override;
|
| + void WarnNoFavicon() override;
|
|
|
| void OnCompleteTimeout(TimerBase*);
|
|
|
|
|