Commit 2553594a authored by Rouslan Solomakhin's avatar Rouslan Solomakhin Committed by Commit Bot

[Payment Handler] Enable just-in-time install.

This patch enables the just-in-time installation of a payment handler
when merchant website calls PaymentRequest.show() with a user gesture.

Bug: 866996
Change-Id: I38b1ae7f672201f19ebe4011e22323ec5a572f36
Reviewed-on: https://chromium-review.googlesource.com/1190406Reviewed-by: default avatarGanggui Tang <gogerald@chromium.org>
Reviewed-by: default avatarGayane Petrosyan <gayane@chromium.org>
Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587353}
parent 73e83f95
......@@ -28,6 +28,6 @@ const base::Feature kWebPaymentsSingleAppUiSkip{
"WebPaymentsSingleAppUiSkip", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kWebPaymentsJustInTimePaymentApp{
"WebPaymentsJustInTimePaymentApp", base::FEATURE_DISABLED_BY_DEFAULT};
"WebPaymentsJustInTimePaymentApp", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features
} // namespace payments
......@@ -4955,25 +4955,6 @@
]
}
],
"WebPaymentsJustInTimePaymentApp": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"WebPaymentsJustInTimePaymentApp"
]
}
]
}
],
"WebRTC-Aec3AgcGainChangeResponseKillSwitch": [
{
"platforms": [
......
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