| Index: components/payments/mojom/payment_request.mojom
|
| diff --git a/components/payments/mojom/payment_request.mojom b/components/payments/mojom/payment_request.mojom
|
| index 600838286adf210199a922a77ae0151e83c2dcf3..99dfa91ba9c86b8b4a0ae8818f5124dd63251f31 100644
|
| --- a/components/payments/mojom/payment_request.mojom
|
| +++ b/components/payments/mojom/payment_request.mojom
|
| @@ -80,7 +80,12 @@ enum PaymentErrorReason {
|
| enum CanMakePaymentQueryResult {
|
| CAN_MAKE_PAYMENT,
|
| CANNOT_MAKE_PAYMENT,
|
| - QUERY_QUOTA_EXCEEDED
|
| + QUERY_QUOTA_EXCEEDED,
|
| +
|
| + // Used only on localhost and file:// schemes to warn web developer that the
|
| + // query quota has exceeded, but Chrome is returning an answer anyway.
|
| + WARNING_CAN_MAKE_PAYMENT,
|
| + WARNING_CANNOT_MAKE_PAYMENT,
|
| };
|
|
|
| interface PaymentRequestClient {
|
|
|