[Payments] Put just-in-time payment app behind a flag and disable it by default
Bug: 853924
Change-Id: I69570abedd76a9f21fa42269061445e54f23fcfa
Reviewed-on: https://chromium-review.googlesource.com/1106702
Commit-Queue: Ganggui Tang <[email protected]>
Reviewed-by: Mathieu Perreault <[email protected]>
Cr-Commit-Position: refs/heads/master@{#568629}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b0c9d29..8ce0d34 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2704,6 +2704,11 @@
flag_descriptions::kEnableWebPaymentsSingleAppUiSkipDescription,
kOsAndroid | kOsDesktop,
FEATURE_VALUE_TYPE(payments::features::kWebPaymentsSingleAppUiSkip)},
+ {"just-in-time-service-worker-payment-app",
+ flag_descriptions::kJustInTimeServiceWorkerPaymentAppName,
+ flag_descriptions::kJustInTimeServiceWorkerPaymentAppDescription,
+ kOsAndroid | kOsDesktop,
+ FEATURE_VALUE_TYPE(payments::features::kWebPaymentsJustInTimePaymentApp)},
#if defined(OS_ANDROID)
{"enable-android-pay-integration-v1",
flag_descriptions::kEnableAndroidPayIntegrationV1Name,