Index: content/app/content_main_runner.cc |
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
index 957d604ea190d0d0b167d145d9c09b56aad99326..d64eb45f0fc5db9b4d569fe4d110a9efb9e5a0a8 100644 |
--- a/content/app/content_main_runner.cc |
+++ b/content/app/content_main_runner.cc |
@@ -812,6 +812,10 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
delegate_->ProcessExiting(process_type); |
} |
+#if defined(USE_MOJO) |
+ ShutdownMojo(); |
+#endif |
+ |
#if defined(OS_WIN) |
#ifdef _CRTDBG_MAP_ALLOC |
_CrtDumpMemoryLeaks(); |