| Index: components/payments/mojom/payment_app.mojom
|
| diff --git a/components/payments/mojom/payment_app.mojom b/components/payments/mojom/payment_app.mojom
|
| index 1b9ee5c7b80a416501556f5ad6d9872f9f897fd1..b43c771988ff6e274b6174ab909a22d788df4842 100644
|
| --- a/components/payments/mojom/payment_app.mojom
|
| +++ b/components/payments/mojom/payment_app.mojom
|
| @@ -58,6 +58,8 @@ interface PaymentManager {
|
| => (PaymentHandlerStatus status);
|
| SetPaymentInstrument(string instrument_key, PaymentInstrument instrument)
|
| => (PaymentHandlerStatus status);
|
| + ClearPaymentInstruments()
|
| + => (PaymentHandlerStatus status);
|
| };
|
|
|
| struct PaymentAppRequest {
|
|
|