summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_browser_main.cc
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 14:46:06 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-23 14:46:06 +0000
commit8e4f76b2ae1b011c9d269ed950b8e3bdd438501f (patch)
tree2b72cde074b240a13ad43c712ea5c8878b4107dc /chrome/browser/chrome_browser_main.cc
parent20ec96d9529c585056dae60cd6d1765fd397f29a (diff)
downloadchromium_src-8e4f76b2ae1b011c9d269ed950b8e3bdd438501f.zip
chromium_src-8e4f76b2ae1b011c9d269ed950b8e3bdd438501f.tar.gz
chromium_src-8e4f76b2ae1b011c9d269ed950b8e3bdd438501f.tar.bz2
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
Diffstat (limited to 'chrome/browser/chrome_browser_main.cc')
-rw-r--r--chrome/browser/chrome_browser_main.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 31e7648..2eb7b8a 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)