Index: chrome/browser/metrics/tracking_synchronizer.cc |
=================================================================== |
--- chrome/browser/metrics/tracking_synchronizer.cc (revision 112568) |
+++ chrome/browser/metrics/tracking_synchronizer.cc (working copy) |
@@ -193,7 +193,7 @@ |
} |
// Get the ThreadData for the browser process and send it back. |
- 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); |