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

Unified Diff: third_party/WebKit/public/platform/modules/payments/payment_app.mojom

Issue 2958333002: [Payments] Implement web payment app manifest (Closed)
Patch Set: rename and comments Created 3 years, 5 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/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)
« 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