| Index: components/payments/content/payment_request.h
|
| diff --git a/components/payments/content/payment_request.h b/components/payments/content/payment_request.h
|
| index 2a20d68267e7744bc118c385ebb1765b97846dcb..18d3f94229b3c6e85ff5fbc602fb4e6f58a1725c 100644
|
| --- a/components/payments/content/payment_request.h
|
| +++ b/components/payments/content/payment_request.h
|
| @@ -130,6 +130,11 @@ class PaymentRequest : payments::mojom::PaymentRequest {
|
| }
|
| content::WebContents* web_contents() { return web_contents_; }
|
|
|
| + bool request_shipping() const { return options_->request_shipping; }
|
| + bool request_payer_name() const { return options_->request_payer_name; }
|
| + bool request_payer_phone() const { return options_->request_payer_phone; }
|
| + bool request_payer_email() const { return options_->request_payer_email; }
|
| +
|
| bool is_ready_to_pay() { return is_ready_to_pay_; }
|
|
|
| private:
|
|
|