diff options
Diffstat (limited to 'chrome/browser/metrics/tracking_synchronizer.cc')
-rw-r--r-- | chrome/browser/metrics/tracking_synchronizer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/metrics/tracking_synchronizer.cc b/chrome/browser/metrics/tracking_synchronizer.cc index 3844e87..84f670c 100644 --- a/chrome/browser/metrics/tracking_synchronizer.cc +++ b/chrome/browser/metrics/tracking_synchronizer.cc @@ -245,7 +245,7 @@ int TrackingSynchronizer::RegisterAndNotifyAllProcesses( content::ProfilerController::GetInstance()->GetProfilerData(sequence_number); // Send profiler_data from browser process. - base::DictionaryValue* value = tracked_objects::ThreadData::ToValue(); + base::DictionaryValue* value = tracked_objects::ThreadData::ToValue(false); const std::string process_type = content::GetProcessTypeNameInEnglish(content::PROCESS_TYPE_BROWSER); value->SetString("process_type", process_type); |