| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index 31e76484fe611976ce1f834f4d939c3ff091b93e..2eb7b8a52acbb4e2ef4229ba3bd8d772fe69e1d9 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -565,7 +565,6 @@ void ChromeBrowserMainParts::SetupMetricsAndFieldTrials() {
|
| base::FieldTrial::EnableBenchmarking();
|
|
|
| // Ensure any field trials specified on the command line are initialized.
|
| - // Also stop the metrics service so that we don't pollute UMA.
|
| if (command_line->HasSwitch(switches::kForceFieldTrials)) {
|
| std::set<std::string> unforceable_field_trials;
|
| #if defined(OFFICIAL_BUILD)
|
|
|