| Index: chrome/browser/browser_process_impl.cc
|
| diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
|
| index e84a21998b52dfe97c89f9785d920a5a83869cef..60bb8a41e9bbe3fe8118913ea95cc1c696f1bb0c 100644
|
| --- a/chrome/browser/browser_process_impl.cc
|
| +++ b/chrome/browser/browser_process_impl.cc
|
| @@ -273,9 +273,7 @@ void BrowserProcessImpl::PreStopThread(BrowserThread::ID thread_id) {
|
| case BrowserThread::WEBKIT:
|
| // Need to destroy ResourceDispatcherHost before PluginService
|
| // and SafeBrowsingService, since it caches a pointer to
|
| - // it. This also causes the webkit thread to terminate (which is
|
| - // still the responsibility of the embedder, not of the content
|
| - // framework).
|
| + // it.
|
| resource_dispatcher_host_.reset();
|
| break;
|
| default:
|
|
|