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

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.cc

Issue 432007: Start the WebKit thread when we initialize the resource dispatcher host (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
Index: chrome/browser/renderer_host/resource_dispatcher_host.cc
===================================================================
--- chrome/browser/renderer_host/resource_dispatcher_host.cc (revision 32803)
+++ chrome/browser/renderer_host/resource_dispatcher_host.cc (working copy)
@@ -293,6 +293,7 @@
void ResourceDispatcherHost::Initialize() {
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
+ webkit_thread_->Initialize();
safe_browsing_->Initialize();
ChromeThread::PostTask(
ChromeThread::IO, FROM_HERE,
« no previous file with comments | « chrome/browser/in_process_webkit/webkit_thread.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698