Index: chrome/browser/metrics/metrics_service.cc |
diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc |
index 063f12fe1b317d3b7bb673b1b2d56329fb149bab..bcbcab96f51f777e691da0a549ce71245645b89d 100644 |
--- a/chrome/browser/metrics/metrics_service.cc |
+++ b/chrome/browser/metrics/metrics_service.cc |
@@ -980,6 +980,11 @@ void MetricsService::OpenNewLog() { |
// We only need to schedule that run once. |
state_ = INIT_TASK_SCHEDULED; |
+ // TODO(blundell): Change the callback to be |
+ // FinishedReceivingProfilerData() when the initial metrics gathering is |
+ // moved to ChromeMetricsServiceClient. |
+ client_->StartGatheringMetrics(base::Bind(&base::DoNothing)); |
+ |
// Schedules a task on the file thread for execution of slower |
// initialization steps (such as plugin list generation) necessary |
// for sending the initial log. This avoids blocking the main UI |