summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r--content/browser/browser_thread.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
index d5e4473..b0ed765 100644
--- a/content/browser/browser_thread.h
+++ b/content/browser/browser_thread.h
@@ -43,6 +43,9 @@ class BrowserThread : public base::Thread {
// The main thread in the browser.
UI,
+ // This is the thread that watches all browser threads.
+ WATCHDOG,
+
// This is the thread that interacts with the database.
DB,