Commit 8e4f76b2 authored by isherman@chromium.org's avatar isherman@chromium.org

Remove an obsolete comment.

The code this is referring to has moved. It's now checked as part of testing
whether metrics reporting is enabled, internally to the metrics code.

BUG=none
TEST=none
R=asvitkine@chromium.org
TBR=thestig@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272525 0039d316-1c4b-4281-b951-d872f2087c98
parent 20ec96d9
...@@ -565,7 +565,6 @@ void ChromeBrowserMainParts::SetupMetricsAndFieldTrials() { ...@@ -565,7 +565,6 @@ void ChromeBrowserMainParts::SetupMetricsAndFieldTrials() {
base::FieldTrial::EnableBenchmarking(); base::FieldTrial::EnableBenchmarking();
// Ensure any field trials specified on the command line are initialized. // 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)) { if (command_line->HasSwitch(switches::kForceFieldTrials)) {
std::set<std::string> unforceable_field_trials; std::set<std::string> unforceable_field_trials;
#if defined(OFFICIAL_BUILD) #if defined(OFFICIAL_BUILD)
......
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