From 91451171aa98b6e44238517f39fc58a86028d75d Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 23 Nov 2009 19:42:33 +0000 Subject: Fix bug when accessing g_browser_process->broker_services() at shutdown. BUG=28501 Review URL: http://codereview.chromium.org/435001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32832 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/chrome_thread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/chrome_thread.h') diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h index e72e8b4..e890790 100644 --- a/chrome/browser/chrome_thread.h +++ b/chrome/browser/chrome_thread.h @@ -48,6 +48,9 @@ class ChromeThread : public base::Thread { // This is the thread that interacts with the file system. FILE, + // Used to launch and terminate processes. + PROCESS_LAUNCHER, + // This is the thread that processes IPC and network messages. IO, -- cgit v1.1