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