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

Unified Diff: components/payments/payment_app.mojom

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (Closed)
Patch Set: [WIP] [PaymentApp] label -> name in PaymentAppOption. Created 4 years 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 d4f16ee7fd290377ed40d4520d95f9e3db046a70..8aea66614fb8114293a4a566d667be0c619aec4b 100644
--- a/components/payments/payment_app.mojom
+++ b/components/payments/payment_app.mojom
@@ -12,7 +12,7 @@ enum PaymentAppManifestError {
};
struct PaymentAppOption {
- string label;
+ string name;
string? icon;
string id;
array<string> enabled_methods;

Powered by Google App Engine
This is Rietveld 408576698