| Index: content/shell/shell_browser_main.cc
|
| diff --git a/content/shell/shell_browser_main.cc b/content/shell/shell_browser_main.cc
|
| index 9bb14083c11eeb4f40bd021e945ba7295b7563f9..6b14d0f156ffef68ef211313816f06a93ca0c0b2 100644
|
| --- a/content/shell/shell_browser_main.cc
|
| +++ b/content/shell/shell_browser_main.cc
|
| @@ -67,8 +67,6 @@ void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
|
|
| void ShellBrowserMainParts::PreStopThread(BrowserThread::ID id) {
|
| if (id == BrowserThread::WEBKIT) {
|
| - // It remains the embedder's responsibility to kill the WebKit
|
| - // thread. This happens when RDH is destroyed.
|
| resource_dispatcher_host_.reset();
|
| }
|
| }
|
|
|