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

Unified Diff: components/payments/payment_app.mojom

Issue 2562873002: [PaymentApp] label field was changed to name field in PaymentAppOption. (Closed)
Patch Set: rebase 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..6959aa7ac84576c38ebb222f42412de45b5b1ebd 100644
--- a/components/payments/payment_app.mojom
+++ b/components/payments/payment_app.mojom
@@ -12,14 +12,14 @@ enum PaymentAppManifestError {
};
struct PaymentAppOption {
- string label;
+ string name;
string? icon;
string id;
array<string> enabled_methods;
};
struct PaymentAppManifest {
- string label;
+ string name;
string? icon;
array<PaymentAppOption> options;
};
« no previous file with comments | « chrome/browser/android/payments/service_worker_payment_app_bridge.cc ('k') | content/browser/payments/payment_app.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698