Commit af1cfb65 authored by Eric Willigers's avatar Eric Willigers Committed by Commit Bot

Retire PaymentDetailsModifierData flag

Web payments modifiers shipped in M62
https://chromium-review.googlesource.com/632597
https://www.chromestatus.com/feature/6636936064139264

BUG=660926

Change-Id: Id0ab64582180f3cba875618efe3b31177d9ce9b8
Reviewed-on: https://chromium-review.googlesource.com/1164973Reviewed-by: default avatarRouslan Solomakhin <rouslan@chromium.org>
Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581380}
parent 174bcd16
......@@ -8,5 +8,5 @@ dictionary PaymentDetailsModifier {
[ImplementedAs=supportedMethod] required DOMString supportedMethods;
PaymentItem total;
sequence<PaymentItem> additionalDisplayItems;
[RuntimeEnabled=PaymentDetailsModifierData] object data;
object data;
};
......@@ -946,10 +946,6 @@
name: "PaymentApp",
status: "experimental",
},
{
name: "PaymentDetailsModifierData",
status: "stable",
},
// PaymentRequest is enabled by default on Android
{
name: "PaymentRequest",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment