diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 02:13:42 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 02:13:42 +0000 |
commit | e47bc83dffd7000938b26fc2adda4c2847345918 (patch) | |
tree | 4cd241ec21b1b7cafc80fed565683736d18d36ea /content/browser/browser_thread.h | |
parent | b9a7c6d44fdfe0def2634d49afa8c0080d206898 (diff) | |
download | chromium_src-e47bc83dffd7000938b26fc2adda4c2847345918.zip chromium_src-e47bc83dffd7000938b26fc2adda4c2847345918.tar.gz chromium_src-e47bc83dffd7000938b26fc2adda4c2847345918.tar.bz2 |
Back out thread watcher changes.
BUG=73915
TEST=performance tests
Review URL: http://codereview.chromium.org/6578033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r-- | content/browser/browser_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h index b0ed765..d5e4473 100644 --- a/content/browser/browser_thread.h +++ b/content/browser/browser_thread.h @@ -43,9 +43,6 @@ 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, |