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

Unified Diff: components/payments/mojom/payment_app.mojom

Issue 2898223002: PaymentHandler: Rename PaymentAppRequest with PaymentRequestEventData. (Closed)
Patch Set: Rename Created 3 years, 7 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: components/payments/mojom/payment_app.mojom
diff --git a/components/payments/mojom/payment_app.mojom b/components/payments/mojom/payment_app.mojom
index dbf1a0f46946cafe54c7640709b32ae11c4679af..f0bd4dd975e8eff45872a1b7ba57cb1cbdae10c8 100644
--- a/components/payments/mojom/payment_app.mojom
+++ b/components/payments/mojom/payment_app.mojom
@@ -38,7 +38,7 @@ interface PaymentManager {
=> (PaymentHandlerStatus status);
};
-struct PaymentAppRequest {
+struct PaymentRequestEventData {
url.mojom.Url top_level_origin;
url.mojom.Url payment_request_origin;
string payment_request_id;

Powered by Google App Engine
This is Rietveld 408576698