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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentManager.idl

Issue 2775343002: PaymentHandler: Initial implementation for PaymentInstruments. (Closed)
Patch Set: PaymentHandler: Initial implementation for PaymentInstruments. Created 3 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/payments/PaymentManager.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentManager.idl b/third_party/WebKit/Source/modules/payments/PaymentManager.idl
index 02e80dda8034f64ed621eace41524e10a9180b94..2f7d4cd78a8d559d5fc097e4f9df04a9eb583a45 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentManager.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentManager.idl
@@ -11,4 +11,5 @@
] interface PaymentManager {
[CallWith=ScriptState] Promise<void> setManifest(PaymentAppManifest manifest);
[CallWith=ScriptState] Promise<PaymentAppManifest> getManifest();
+ readonly attribute PaymentInstruments instruments;
};
« no previous file with comments | « third_party/WebKit/Source/modules/payments/PaymentManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698