| 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 b6aac7e9fcb88e863d0a5f98b35cefb62aebd9a5..6dc108c666d1ec9649ed11cf17edc01a26ff1bfd 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentOptions.idl
|
| @@ -7,5 +7,7 @@
|
| [
|
| RuntimeEnabled=PaymentRequest
|
| ] dictionary PaymentOptions {
|
| + boolean requestPayerEmail = false;
|
| + boolean requestPayerPhone = false;
|
| boolean requestShipping = false;
|
| };
|
|
|