summaryrefslogtreecommitdiffstats
path: root/chromium/components/payments/core/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/payments/core/features.h')
-rw-r--r--chromium/components/payments/core/features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/components/payments/core/features.h b/chromium/components/payments/core/features.h
index 586a25fcc2a..a1d1e31b7ce 100644
--- a/chromium/components/payments/core/features.h
+++ b/chromium/components/payments/core/features.h
@@ -59,6 +59,10 @@ BASE_DECLARE_FEATURE(kPaymentHandlerWindowInTaskManager);
// refresh the icon for the app.
BASE_DECLARE_FEATURE(kPaymentHandlerAlwaysRefreshIcon);
+// If enabled, the payment method manifest fetch for Payment Handler must go via
+// a Link header with rel="payment-method-manifest".
+BASE_DECLARE_FEATURE(kPaymentHandlerRequireLinkHeader);
+
} // namespace features
} // namespace payments