| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index 7a3f339affb5f9a4bfbca5c99731a70f8887da40..b4ad576f6cc4fa4c3d7906eed324166249c31867 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -253,8 +253,6 @@ BrowserGpuChannelHostFactory::~BrowserGpuChannelHostFactory() {
|
| DCHECK(IsMainThread());
|
| if (pending_request_.get())
|
| pending_request_->Cancel();
|
| - for (size_t n = 0; n < established_callbacks_.size(); n++)
|
| - established_callbacks_[n].Run(nullptr);
|
| shutdown_event_->Signal();
|
| if (gpu_channel_) {
|
| gpu_channel_->DestroyChannel();
|
|
|