summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b90ed85..6f42c9c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -215,6 +215,18 @@ const Experiment::Choice kMarkNonSecureAsChoices[] = {
switches::kMarkNonSecureAs, switches::kMarkNonSecureAsDubious}
};
+const Experiment::Choice kMaxTilesForInterestAreaChoices[] = {
+ { IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
+ { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_SHORT,
+ cc::switches::kMaxTilesForInterestArea, "64"},
+ { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_TALL,
+ cc::switches::kMaxTilesForInterestArea, "128"},
+ { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_GRANDE,
+ cc::switches::kMaxTilesForInterestArea, "256"},
+ { IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_VENTI,
+ cc::switches::kMaxTilesForInterestArea, "512"}
+};
+
const Experiment::Choice kShowSavedCopyChoices[] = {
{ IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT, "", "" },
{ IDS_FLAGS_ENABLE_SHOW_SAVED_COPY_PRIMARY,
@@ -1294,6 +1306,13 @@ const Experiment kExperiments[] = {
},
#endif
{
+ "max-tiles-for-interest-area",
+ IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_NAME,
+ IDS_FLAGS_MAX_TILES_FOR_INTEREST_AREA_DESCRIPTION,
+ kOsAll,
+ MULTI_VALUE_TYPE(kMaxTilesForInterestAreaChoices)
+ },
+ {
"enable-offer-store-unmasked-wallet-cards",
IDS_FLAGS_ENABLE_OFFER_STORE_UNMASKED_WALLET_CARDS,
IDS_FLAGS_ENABLE_OFFER_STORE_UNMASKED_WALLET_CARDS_DESCRIPTION,