| Index: chrome/browser/metrics/tracking_synchronizer.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/tracking_synchronizer.cc (revision 112893)
|
| +++ chrome/browser/metrics/tracking_synchronizer.cc (working copy)
|
| @@ -245,7 +245,7 @@
|
| 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);
|
|
|