diff options
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, |