commit | 3bb73c983b6cae0374dbeb890c5ad34becd01d50 | [log] [tgz] |
---|---|---|
author | Olesia Marukhno <[email protected]> | Wed Jan 22 22:30:38 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jan 22 22:30:38 2025 |
tree | b617481d5e4af6dd094d8f1e894154fe2bc0387b | |
parent | afc2827b44aa52b999a306d2195d294fd5e17d7a [diff] [blame] |
[merchant trust] Add survey config for evaluation surveys Add features and survey configs for evaluation surveys. They will be attempted to be shown on NTP open if the conditions apply: since feature interaction between [min, max] minutes has passed (will be added in a separate CL). Bug: 378854311 Change-Id: Ib552295434c42b65f44016d110044e4b310545c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185361 Reviewed-by: Martin Šrámek <[email protected]> Reviewed-by: Nicola Tommasi <[email protected]> Code-Coverage: [email protected] <[email protected]> Reviewed-by: Elly FJ <[email protected]> Commit-Queue: Olesia Marukhno <[email protected]> Cr-Commit-Position: refs/heads/main@{#1409967}
diff --git a/components/page_info/core/features.cc b/components/page_info/core/features.cc index e84c198f..856842d 100644 --- a/components/page_info/core/features.cc +++ b/components/page_info/core/features.cc
@@ -83,4 +83,12 @@ base::ToLowerASCII(locale) == kMerchantTrustEnabledForLocale; } +BASE_FEATURE(kMerchantTrustEvaluationControlSurvey, + "MerchantTrustEvaluationControlSurvey", + base::FEATURE_DISABLED_BY_DEFAULT); + +BASE_FEATURE(kMerchantTrustEvaluationExperimentSurvey, + "MerchantTrustEvaluationExperimentSurvey", + base::FEATURE_DISABLED_BY_DEFAULT); + } // namespace page_info