Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1387)

Unified Diff: chrome/browser/metrics/metrics_service.cc

Issue 10454086: Histograms - Support histograms for Plugins, GPU (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/metrics/metrics_service.cc
===================================================================
--- chrome/browser/metrics/metrics_service.cc (revision 139790)
+++ chrome/browser/metrics/metrics_service.cc (working copy)
@@ -1083,9 +1083,9 @@
base::StatisticsRecorder::CollectHistogramStats("Browser");
// Set up the callback to task to call after we receive histograms from all
- // renderer processes. Wait time specifies how long to wait before absolutely
- // calling us back on the task.
- HistogramSynchronizer::FetchRendererHistogramsAsynchronously(
+ // renderer/child processes. Wait time specifies how long to wait before
+ // absolutely calling us back on the task.
+ HistogramSynchronizer::FetchHistogramsAsynchronously(
MessageLoop::current(), callback,
base::TimeDelta::FromMilliseconds(kMaxHistogramGatheringWaitDuration));
}

Powered by Google App Engine
This is Rietveld 408576698