| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index ba10cbb430c1d557b2521473079b6ead49cb6fd1..b4e3d5d9f9178142c504319f8b941508a45fbbc8 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -23,6 +23,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| +#include "base/metrics/histogram_base.h"
|
| #include "base/metrics/statistics_recorder.h"
|
| #include "base/path_service.h"
|
| #include "base/process/launch.h"
|
| @@ -752,6 +753,8 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| std::string process_type =
|
| command_line.GetSwitchValueASCII(switches::kProcessType);
|
|
|
| + base::HistogramBase::EnableActivityReportHistogram(process_type);
|
| +
|
| MainFunctionParams main_params(command_line);
|
| main_params.ui_task = ui_task_;
|
| #if defined(OS_WIN)
|
|
|