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

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

Issue 2038423002: Adding support for phone and email. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/PaymentRequest.h
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.h b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
index deb3564c25b3aa650cb48216838ad067770ab067..1616fe6bf1e1d4db0b0082a59ae7fcd3c9cbb367 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
@@ -88,6 +88,8 @@ private:
PaymentDetails m_details;
PaymentOptions m_options;
String m_stringifiedData;
+ String m_payerEmail;
please use gerrit instead 2016/06/06 15:43:42 No need for m_payerEmail and m_payerPhone here. Re
+ String m_payerPhone;
Member<PaymentAddress> m_shippingAddress;
String m_shippingOption;
Member<ScriptPromiseResolver> m_showResolver;

Powered by Google App Engine
This is Rietveld 408576698