New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 659848 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

inconsistent function naming between base::FeatureList and base::test::ScopedFeatureList

Project Member Reported by wfh@chromium.org, Oct 27 2016

Issue description

base::test::ScopedFeatureList has method:

void InitFromCommandLine(const std::string& enable_features,
                         const std::string& disable_features);

base::FeatureList has method:

void InitializeFromCommandLine(const std::string& enable_features,
                               const std::string& disable_features);

I can fix this at some point, not urgent. I just noticed it when writing a test.
 

Comment 1 by holte@chromium.org, Sep 1 2017

Components: Internals>Metrics>Variations

Sign in to add a comment