summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-01 16:34:45 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-01 16:34:45 +0000
commit069cd995e1f1f5f53b409dc116b3f7381e41af1b (patch)
treedcfac5ac62be5a334e30855bca82bd52e33c7b82 /chrome/browser/metrics
parent72caffa4490b52d33aef07365a5e87cd96cdcbf3 (diff)
downloadchromium_src-069cd995e1f1f5f53b409dc116b3f7381e41af1b.zip
chromium_src-069cd995e1f1f5f53b409dc116b3f7381e41af1b.tar.gz
chromium_src-069cd995e1f1f5f53b409dc116b3f7381e41af1b.tar.bz2
Revert 103628 (I have a simpler fix) - Fix the metrics service not working because it was initialized before the browser threads were started.
BUG=98756 Review URL: http://codereview.chromium.org/8102017 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8101012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics')
-rw-r--r--chrome/browser/metrics/metrics_service.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc
index 86b23a3..2072626 100644
--- a/chrome/browser/metrics/metrics_service.cc
+++ b/chrome/browser/metrics/metrics_service.cc
@@ -799,7 +799,6 @@ void MetricsService::StartRecording() {
// initialization steps (such as plugin list generation) necessary
// for sending the initial log. This avoids blocking the main UI
// thread.
- DCHECK(BrowserThread::IsMessageLoopValid(BrowserThread::FILE));
BrowserThread::PostDelayedTask(BrowserThread::FILE, FROM_HERE,
base::Bind(&MetricsService::InitTaskGetHardwareClass,
base::Unretained(this),