Commit ba307d98 authored by ricea's avatar ricea Committed by Commit bot

Remove trace of MouseEventPreconnect field trial.

The MouseEventPreconnect field trial has ended, but there is still a
trace of it remaining in ChromeBrowserFieldTrials. Remove it.

BUG=240959
TEST=chrome compiles

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

Cr-Commit-Position: refs/heads/master@{#322431}
parent f5f98044
...@@ -47,7 +47,6 @@ void ChromeBrowserFieldTrials::InstantiateDynamicTrials() { ...@@ -47,7 +47,6 @@ void ChromeBrowserFieldTrials::InstantiateDynamicTrials() {
// The following trials are used from renderer process. // The following trials are used from renderer process.
// Mark here so they will be sync-ed. // Mark here so they will be sync-ed.
base::FieldTrialList::FindValue("CLD1VsCLD2"); base::FieldTrialList::FindValue("CLD1VsCLD2");
base::FieldTrialList::FindValue("MouseEventPreconnect");
base::FieldTrialList::FindValue("DisplayList2dCanvas"); base::FieldTrialList::FindValue("DisplayList2dCanvas");
// Activate the autocomplete dynamic field trials. // Activate the autocomplete dynamic field trials.
OmniboxFieldTrial::ActivateDynamicTrials(); OmniboxFieldTrial::ActivateDynamicTrials();
......
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