| Index: third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentOptions.idl b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| index 2cdbe0dc893c9eb46918991d15de86cf3613c9d4..95d0c5a049554ad0affd7a1a3765fc58a5a7a1e9 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| @@ -13,6 +13,7 @@ enum PaymentShippingType {
|
| [
|
| RuntimeEnabled=PaymentRequest
|
| ] dictionary PaymentOptions {
|
| + [RuntimeEnabled=PaymentRequestPayerName] boolean requestPayerName = false;
|
| boolean requestPayerEmail = false;
|
| boolean requestPayerPhone = false;
|
| boolean requestShipping = false;
|
|
|