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

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

Issue 2839813005: PaymentHandler: Fix a typo (camelCase to hacker_case). (Closed)
Patch Set: PaymentHandler: Fix a typo (camelCase to hacker_case). Created 3 years, 8 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 e73083717d358611af8eeb4d1ae30e03116d6536..702e287629cea798777b4dffb343ea768f180998 100644
--- a/components/payments/mojom/payment_app.mojom
+++ b/components/payments/mojom/payment_app.mojom
@@ -60,10 +60,10 @@ interface PaymentManager {
struct PaymentAppRequest {
url.mojom.Url origin;
- array<PaymentMethodData> methodData;
+ array<PaymentMethodData> method_data;
PaymentItem total;
array<PaymentDetailsModifier> modifiers;
- string optionId;
+ string option_id;
};
struct PaymentAppResponse {

Powered by Google App Engine
This is Rietveld 408576698