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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentAppManager.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
Index: third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
diff --git a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
index d97c5b2072f3e3ac965f6e9b6020b886cf7c3bc3..73ba68d39a23e03fce4f02b6e061e8c0de2c2418 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
+++ b/third_party/WebKit/Source/modules/payments/PaymentAppManager.idl
@@ -11,4 +11,5 @@
] interface PaymentAppManager {
[CallWith=ScriptState] Promise<void> setManifest(PaymentAppManifest manifest);
[CallWith=ScriptState] Promise<PaymentAppManifest> getManifest();
+ readonly attribute PaymentInstruments instruments;
please use gerrit instead 2017/03/28 16:33:29 Can you put this into PaymentManager interface ins
zino 2017/03/29 15:51:23 I uploaded another CL: https://codereview.chromium
};

Powered by Google App Engine
This is Rietveld 408576698