| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d6d917b4c3f3ac7a90f23333b621bec4cf94a67f..4bac3ba939b4b58eda657a29baf78c2ef8a09bda 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1256,6 +1256,10 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
|
| device_monitor_mac_.reset();
|
| #endif
|
|
|
| + if (BrowserGpuChannelHostFactory::instance()) {
|
| + BrowserGpuChannelHostFactory::instance()->CloseChannel();
|
| + }
|
| +
|
| // Shutdown the Service Manager and IPC.
|
| service_manager_context_.reset();
|
| mojo_ipc_support_.reset();
|
|
|