Commit 48888ca4 authored by Eric Lawrence's avatar Eric Lawrence Committed by Commit Bot

Remove orphan InitAndEnableFeatureWithFieldTrialOverride declaration

This function's definition was removed in 2019 in commit a8966d94. Remove
the declaration from the header file.

Bug: 1138616
Change-Id: I065bb1358a326a0cb6e272db2a9c88462ea0ba21
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2472922
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#817478}
parent ea5a97c0
......@@ -132,13 +132,6 @@ class ScopedFeatureList final {
const std::vector<FeatureAndParams>& enabled_features_and_params,
const std::vector<Feature>& disabled_features);
// Initializes and registers a FeatureList instance based on present
// FeatureList and overridden with single enabled feature and associated field
// trial override.
// |trial| is expected to outlive the ScopedFeatureList.
void InitAndEnableFeatureWithFieldTrialOverride(const Feature& feature,
FieldTrial* trial);
bool init_called_ = false;
std::unique_ptr<FeatureList> original_feature_list_;
base::FieldTrialList* original_field_trial_list_ = nullptr;
......
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