| Index: chrome/browser/chrome_browser_field_trials_desktop.cc
|
| diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| index d5761d4764d8bf1206947e1b248cf2f323ce71d4..3970bf2f0b90b873b2ea5497cef6a28e509ec351 100644
|
| --- a/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| +++ b/chrome/browser/chrome_browser_field_trials_desktop.cc
|
| @@ -9,7 +9,6 @@
|
| #include "base/command_line.h"
|
| #include "base/metrics/field_trial.h"
|
| #include "chrome/browser/prerender/prerender_field_trial.h"
|
| -#include "chrome/browser/tracing/background_tracing_field_trial.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/variations/variations_util.h"
|
| #include "components/variations/variations_associated_data.h"
|
| @@ -52,7 +51,6 @@ void SetupStunProbeTrial() {
|
| void SetupDesktopFieldTrials(const base::CommandLine& parsed_command_line) {
|
| prerender::ConfigurePrerender(parsed_command_line);
|
| SetupLightSpeedTrials();
|
| - tracing::SetupBackgroundTracingFieldTrial();
|
| SetupStunProbeTrial();
|
| }
|
|
|
|
|