| Index: third_party/WebKit/public/platform/modules/payments/payment_app.mojom
|
| diff --git a/third_party/WebKit/public/platform/modules/payments/payment_app.mojom b/third_party/WebKit/public/platform/modules/payments/payment_app.mojom
|
| index e43a88d0fa497f9115b641063c9e5eec4f9cd749..2b96fad16376bcf1cc93566b3c5708338ffc895d 100644
|
| --- a/third_party/WebKit/public/platform/modules/payments/payment_app.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_app.mojom
|
| @@ -15,6 +15,7 @@ enum PaymentHandlerStatus {
|
| NO_ACTIVE_WORKER,
|
| STORAGE_OPERATION_FAILED,
|
| FETCH_INSTRUMENT_ICON_FAILED,
|
| + FETCH_PAYMENT_APP_INFO_FAILED,
|
| };
|
|
|
| // This struct is provided to hold an image object from render side
|
| @@ -35,7 +36,7 @@ struct PaymentInstrument {
|
| // This interface provides implementation of PaymentInstruments.idl
|
| // in render side.
|
| interface PaymentManager {
|
| - Init(string service_worker_scope);
|
| + Init(string service_worker_script_url, string service_worker_scope);
|
| DeletePaymentInstrument(string instrument_key)
|
| => (PaymentHandlerStatus status);
|
| GetPaymentInstrument(string instrument_key)
|
|
|