| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 9b6275d08718b0a76e62990aa88fc9828b341ec6..90c2bf9f0eb3c663980e8d70414f8391f910f59d 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -1209,14 +1209,6 @@ void BrowserMainLoop::ShutdownThreadsAndCleanUp() {
|
|
|
| system_stats_monitor_.reset();
|
|
|
| - // Destroying the GpuProcessHostUIShims on the UI thread posts a task to
|
| - // delete related objects on the GPU thread. This must be done before
|
| - // stopping the GPU thread. The GPU thread will close IPC channels to renderer
|
| - // processes so this has to happen before stopping the IO thread.
|
| - {
|
| - TRACE_EVENT0("shutdown", "BrowserMainLoop::Subsystem:GPUProcessHostShim");
|
| - GpuProcessHostUIShim::DestroyAll();
|
| - }
|
| // Cancel pending requests and prevent new requests.
|
| if (resource_dispatcher_host_) {
|
| TRACE_EVENT0("shutdown",
|
|
|