diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 19:42:33 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-23 19:42:33 +0000 |
commit | 91451171aa98b6e44238517f39fc58a86028d75d (patch) | |
tree | a67533d2bffddf114314e8e7235a5591c21233b7 /chrome/browser/chrome_thread.h | |
parent | 3a4f359fc1413e816423d137e7dc67abd8db5921 (diff) | |
download | chromium_src-91451171aa98b6e44238517f39fc58a86028d75d.zip chromium_src-91451171aa98b6e44238517f39fc58a86028d75d.tar.gz chromium_src-91451171aa98b6e44238517f39fc58a86028d75d.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/chrome_thread.h')
-rw-r--r-- | chrome/browser/chrome_thread.h | 3 |
1 files changed, 3 insertions, 0 deletions
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, |