Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(568)

Unified Diff: chrome/browser/browser_process_impl.cc

Issue 8776007: Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/browsing_data_local_storage_helper_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | chrome/browser/browsing_data_local_storage_helper_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698