| Index: content/browser/browser_main_runner.cc
|
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc
|
| index 1a8bfd3eedb3a7611ebc8af3e33eae41871af388..d342eb18b0d9db3934ee9dc8882373ae581579cc 100644
|
| --- a/content/browser/browser_main_runner.cc
|
| +++ b/content/browser/browser_main_runner.cc
|
| @@ -41,6 +41,8 @@
|
| #include "ui/gfx/win/direct_write.h"
|
| #endif
|
|
|
| +namespace mojo { namespace edk { extern bool g_extra_debugging; } }
|
| +
|
| namespace content {
|
|
|
| namespace {
|
| @@ -61,6 +63,7 @@ class BrowserMainRunnerImpl : public BrowserMainRunner {
|
| }
|
|
|
| int Initialize(const MainFunctionParams& parameters) override {
|
| +mojo::edk::g_extra_debugging = true;
|
| SCOPED_UMA_HISTOGRAM_LONG_TIMER(
|
| "Startup.BrowserMainRunnerImplInitializeLongTime");
|
|
|
|
|