| Index: components/payments/mojom/payment_request.mojom
|
| diff --git a/components/payments/mojom/payment_request.mojom b/components/payments/mojom/payment_request.mojom
|
| index 6192f841a690731adfb16f408785f9ddfa75a363..72c3dac791b071626ec8cb39e484ae5ae40663e7 100644
|
| --- a/components/payments/mojom/payment_request.mojom
|
| +++ b/components/payments/mojom/payment_request.mojom
|
| @@ -96,6 +96,7 @@ interface PaymentRequestClient {
|
| OnComplete();
|
| OnAbort(bool aborted_successfully);
|
| OnCanMakePayment(CanMakePaymentQueryResult result);
|
| + WarnNoFavicon();
|
| };
|
|
|
| struct PaymentItem {
|
|
|