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

Unified Diff: chrome/browser/payments/payment_request_impl.h

Issue 2592833002: [WebPayments] Start populating the Payment Sheet. (Closed)
Patch Set: Fix failing implicit move on ChromeOS builds. Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/payments/payment_request_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/payments/payment_request_impl.h
diff --git a/chrome/browser/payments/payment_request_impl.h b/chrome/browser/payments/payment_request_impl.h
index fe3b6e73a9e929fb734313cd71317f88d8584ab9..d87d8bee3ec6c8b6875ebe07b8b7b12334f2d246 100644
--- a/chrome/browser/payments/payment_request_impl.h
+++ b/chrome/browser/payments/payment_request_impl.h
@@ -34,6 +34,7 @@ class PaymentRequestImpl : payments::mojom::PaymentRequest,
void Cancel();
void OnError();
+ payments::mojom::PaymentDetails* details() { return details_.get(); }
content::WebContents* web_contents() { return web_contents_; }
@@ -44,6 +45,7 @@ class PaymentRequestImpl : payments::mojom::PaymentRequest,
content::WebContents* web_contents_;
mojo::Binding<payments::mojom::PaymentRequest> binding_;
payments::mojom::PaymentRequestClientPtr client_;
+ payments::mojom::PaymentDetailsPtr details_;
DISALLOW_COPY_AND_ASSIGN(PaymentRequestImpl);
};
« no previous file with comments | « no previous file | chrome/browser/payments/payment_request_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698