Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: components/payments/mojom/payment_app.mojom

Issue 2844463002: PaymentHandler: Implement PaymentInstruments.delete(). (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « no previous file | content/browser/payments/payment_app_database.h » ('j') | content/browser/payments/payment_app_database.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698