[Offer Fix] Added two new flags for the following changes
Bug: 1142631,1187190
Change-Id: I013475e288e2690781bbb1387f1d92241526b993
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2796201
Reviewed-by: Jared Saul <[email protected]>
Commit-Queue: Siyu An <[email protected]>
Cr-Commit-Position: refs/heads/master@{#868286}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 0a7a92a..19f0f3af 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -261,6 +261,12 @@
"When enabled, a notification will be displayed on page navigation if the "
"domain has an eligible credit card linked offer or reward.";
+const char kAutofillEnableOfferNotificationCrossTabTrackingName[] =
+ "Enable cross tab status tracking for Autofill offer notification";
+const char kAutofillEnableOfferNotificationCrossTabTrackingDescription[] =
+ "When enabled, the offer notification showing will be tracked cross-tab, "
+ "and on one merchant, the notification will only be shown once.";
+
const char kAutofillEnableOffersInClankKeyboardAccessoryName[] =
"Enable Autofill offers in keyboard accessory";
const char kAutofillEnableOffersInClankKeyboardAccessoryDescription[] =
@@ -285,6 +291,12 @@
"When enabled, if all requirements are met, Autofill will offer to use "
"virtual credit cards in form filling.";
+const char kAutofillFixOfferInIncognitoName[] =
+ "Enable the fix for Autofill offer in Incognito mode";
+const char kAutofillFixOfferInIncognitoDescription[] =
+ "When enabled, the fix will be enabled and offers should work correctly in "
+ "Incognito mode.";
+
const char kAutofillParseMerchantPromoCodeFieldsName[] =
"Parse promo code fields in forms";
const char kAutofillParseMerchantPromoCodeFieldsDescription[] =