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

Unified Diff: components/payments/payment_app.mojom

Issue 2506093002: PaymentApp: Implement PaymentAppManager.getManifest(). (Closed)
Patch Set: PaymentApp: Implement PaymentAppManager.getManifest(). Created 4 years, 1 month 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: components/payments/payment_app.mojom
diff --git a/components/payments/payment_app.mojom b/components/payments/payment_app.mojom
index 59b92a1a99182a20f6b81eeceb6bef52db14d0eb..218da7f53e3fd83f19011759f9d99c1f05f9289e 100644
--- a/components/payments/payment_app.mojom
+++ b/components/payments/payment_app.mojom
@@ -27,4 +27,6 @@ struct PaymentAppManifest {
interface PaymentAppManager {
SetManifest(string service_worker_scope, PaymentAppManifest payment_app_manifest)
=> (PaymentAppManifestError error);
+ GetManifest(string service_worker_scope)
+ => (PaymentAppManifest payment_app_manifest, PaymentAppManifestError error);
};
« no previous file with comments | « no previous file | content/browser/payments/payment_app_manager.h » ('j') | content/browser/payments/payment_app_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698