| 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));
|
| }
|
|
|