diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 06:41:23 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 06:41:23 +0000 |
commit | 129071ef966172279f9614b7be04d48cb304130e (patch) | |
tree | 7b8ec3b813c400ac4893759cd95f7577702a51ba /content/browser/browser_thread.h | |
parent | c82b0682d1d66e38346a664ef83d1211f83b3b5f (diff) | |
download | chromium_src-129071ef966172279f9614b7be04d48cb304130e.zip chromium_src-129071ef966172279f9614b7be04d48cb304130e.tar.gz chromium_src-129071ef966172279f9614b7be04d48cb304130e.tar.bz2 |
Revert 76154 - Revert 76015 - Added back thread watcher changes by
reverting the revert.
will revert the changes right away. trying to test
impact on memory on mac.
BUG=73915
TEST=performance tests
Review URL: http://codereview.chromium.org/6594011
TBR=rtenneti@chromium.org
Review URL: http://codereview.chromium.org/6588038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76155 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, |