| Index: content/common/child_process.cc
|
| ===================================================================
|
| --- content/common/child_process.cc (revision 147155)
|
| +++ content/common/child_process.cc (working copy)
|
| @@ -9,6 +9,7 @@
|
| #endif
|
|
|
| #include "base/message_loop.h"
|
| +#include "base/metrics/statistics_recorder.h"
|
| #include "base/process_util.h"
|
| #include "base/string_number_conversions.h"
|
| #include "base/threading/thread.h"
|
| @@ -32,6 +33,8 @@
|
| DCHECK(!child_process_);
|
| child_process_ = this;
|
|
|
| + base::StatisticsRecorder::Initialize();
|
| +
|
| // We can't recover from failing to start the IO thread.
|
| CHECK(io_thread_.StartWithOptions(
|
| base::Thread::Options(MessageLoop::TYPE_IO, 0)));
|
|
|