Chromium Code Reviews| 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
|
| }; |