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

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

Issue 2062583002: Add totalAmount to PaymentResponse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase #2 Created 4 years, 6 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 bfe00dba76a558886a16b2d2463768518e3cf41a..e0a4cb3617e5a45620cc9ff88f4a4a49a8d945f9 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentTestHelper.h
@@ -9,6 +9,7 @@
#include "modules/payments/PaymentItem.h"
#include "modules/payments/PaymentMethodData.h"
#include "modules/payments/ShippingOption.h"
+#include "public/platform/modules/payments/payment_request.mojom-blink.h"
#include "wtf/text/WTFString.h"
namespace blink {
@@ -42,6 +43,8 @@ PaymentDetails buildPaymentDetailsForTest(PaymentTestDetailToChange = PaymentTes
HeapVector<PaymentMethodData> buildPaymentMethodDataForTest();
+mojom::blink::PaymentResponsePtr buildPaymentResponseForTest();
+
} // namespace blink
#endif // PaymentTestHelper_h

Powered by Google App Engine
This is Rietveld 408576698