Commit b860144c authored by asvitkine's avatar asvitkine Committed by Commit bot

Clean up old field trial activation code.

None of these are needed anymore since trials
can be marked as "starts_active" server-side.

BUG=none

Review URL: https://codereview.chromium.org/536033002

Cr-Commit-Position: refs/heads/master@{#293237}
parent 38f28ba6
......@@ -48,13 +48,6 @@ void ChromeBrowserFieldTrials::SetupFieldTrials(const base::Time& install_time,
}
void ChromeBrowserFieldTrials::InstantiateDynamicTrials() {
// Call |FindValue()| on the trials below, which may come from the server, to
// ensure they get marked as "used" for the purposes of data reporting.
base::FieldTrialList::FindValue("UMA-Dynamic-Binary-Uniformity-Trial");
base::FieldTrialList::FindValue("UMA-Dynamic-Uniformity-Trial");
base::FieldTrialList::FindValue("InstantDummy");
base::FieldTrialList::FindValue("InstantChannel");
base::FieldTrialList::FindValue("Test0PercentDefault");
// The following trials are used from renderer process.
// Mark here so they will be sync-ed.
base::FieldTrialList::FindValue("CLD1VsCLD2");
......
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