summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_thread.h')
-rw-r--r--chrome/browser/chrome_thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chrome_thread.h b/chrome/browser/chrome_thread.h
index da7493f..5dbedfa 100644
--- a/chrome/browser/chrome_thread.h
+++ b/chrome/browser/chrome_thread.h
@@ -55,6 +55,9 @@ class ChromeThread : public base::Thread {
// Used to launch and terminate processes.
PROCESS_LAUNCHER,
+ // This is the thread to handle slow HTTP cache operations.
+ CACHE,
+
// This is the thread that processes IPC and network messages.
IO,