Commit 40e6f37f authored by Sophie Chang's avatar Sophie Chang Committed by Commit Bot

Remove unused feature flag

This feature flag is duplicated in previews_features.h and wasn't
being referenced in code or tests.

Change-Id: Iffe553bc9359f03745814416cabb1c0d2bdbe0fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845967
Auto-Submit: Sophie Chang <sophiechang@chromium.org>
Reviewed-by: default avatarDoug Arnett <dougarnett@chromium.org>
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#703922}
parent 688a15be
......@@ -41,10 +41,6 @@ const base::Feature kOptimizationHints {
const base::Feature kOptimizationHintsExperiments{
"OptimizationHintsExperiments", base::FEATURE_DISABLED_BY_DEFAULT};
// Provides slow page triggering parameters.
const base::Feature kSlowPageTriggering{"PreviewsSlowPageTriggering",
base::FEATURE_DISABLED_BY_DEFAULT};
// Enables fetching optimization hints from a remote Optimization Guide Service.
const base::Feature kOptimizationHintsFetching{
"OptimizationHintsFetching", base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -20,7 +20,6 @@ namespace features {
extern const base::Feature kOptimizationHints;
extern const base::Feature kOptimizationHintsExperiments;
constexpr char kOptimizationHintsExperimentNameParam[] = "experiment_name";
extern const base::Feature kSlowPageTriggering;
extern const base::Feature kOptimizationHintsFetching;
extern const base::Feature kOptimizationGuideKeyedService;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment