| Index: content/common/child_thread.cc
|
| ===================================================================
|
| --- content/common/child_thread.cc (revision 112893)
|
| +++ content/common/child_thread.cc (working copy)
|
| @@ -232,7 +232,7 @@
|
| int sequence_number,
|
| const std::string& process_type) {
|
| scoped_ptr<base::DictionaryValue> value(
|
| - tracked_objects::ThreadData::ToValue());
|
| + tracked_objects::ThreadData::ToValue(false));
|
| value->SetString("process_type", process_type);
|
| value->SetInteger("process_id", base::GetCurrentProcId());
|
|
|
|
|