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

Unified Diff: third_party/WebKit/Source/modules/payments/PaymentTestHelper.h

Issue 2410143003: Add currencySystem field to PaymentCurrencyAmount (Closed)
Patch Set: Fix tests in Win builds Created 4 years, 2 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: third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
index f7c9a8560855c746ccce94417710f14a7fcc8119..ff5361fb3d5f05b38a64ae9060f5b5a000e2e17a 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
@@ -41,6 +41,7 @@ enum PaymentTestDataToChange {
PaymentTestDataLabel,
PaymentTestDataAmount,
PaymentTestDataCurrencyCode,
+ PaymentTestDataCurrencySystem,
PaymentTestDataValue,
};

Powered by Google App Engine
This is Rietveld 408576698