Index: components/payments/mojom/payment_app.mojom |
diff --git a/components/payments/mojom/payment_app.mojom b/components/payments/mojom/payment_app.mojom |
index 5cc4e3bca4ea82398d46887aada18e412b7d4cb5..8a36101e553af49af5b82d06e60e57ffc8f331b4 100644 |
--- a/components/payments/mojom/payment_app.mojom |
+++ b/components/payments/mojom/payment_app.mojom |
@@ -48,6 +48,8 @@ interface PaymentManager { |
=> (PaymentAppManifestError error); |
GetManifest() |
=> (PaymentAppManifest payment_app_manifest, PaymentAppManifestError error); |
+ DeletePaymentInstrument(string instrumentKey) |
please use gerrit instead
2017/04/25 15:21:40
Let's use under_score_variable_names everywhere in
zino
2017/04/25 21:48:51
Done.
I have to modify 61 line and 64 line but th
zino
2017/04/25 21:59:02
I uploaded separated CL.
https://codereview.chrom
|
+ => (PaymentHandlerStatus status); |
SetPaymentInstrument(string instrumentKey, PaymentInstrument instrument) |
=> (PaymentHandlerStatus status); |
GetPaymentInstrument(string instrumentKey) |