| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 061bdee996f97ea9fda54c3034f58515cc048847..38bf1cb326089324cd6fe4b152ddad8e02f4655f 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -777,10 +777,6 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| delegate_->ProcessExiting(process_type);
|
| }
|
|
|
| -#if !defined(OS_IOS)
|
| - ShutdownMojo();
|
| -#endif
|
| -
|
| #if defined(OS_WIN)
|
| #ifdef _CRTDBG_MAP_ALLOC
|
| _CrtDumpMemoryLeaks();
|
|
|