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

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

Issue 2250793003: Separate PaymentRequest initialization and display. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update payment-request-mock.js Created 4 years, 4 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 3290d3e2fd872d2fb6d19bc061d020ee6a6770c3..539508cb7cd7ccd6827f0fcb8488f03fe1bde398 100644
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.h
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
@@ -97,8 +97,6 @@ private:
// Clears the promise resolvers and closes the Mojo connection.
void clearResolversAndCloseMojoConnection();
- Vector<MethodData> m_methodData;
- PaymentDetails m_details;
PaymentOptions m_options;
Member<PaymentAddress> m_shippingAddress;
String m_shippingOption;

Powered by Google App Engine
This is Rietveld 408576698