diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 08:28:34 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-26 08:28:34 +0000 |
commit | 451a8ddc097c2db892a4e175c063e4d8fb828dfe (patch) | |
tree | 9a0bb68ad89a4f99da67368766933d7337cc7857 /content/browser/browser_thread.cc | |
parent | 129071ef966172279f9614b7be04d48cb304130e (diff) | |
download | chromium_src-451a8ddc097c2db892a4e175c063e4d8fb828dfe.zip chromium_src-451a8ddc097c2db892a4e175c063e4d8fb828dfe.tar.gz chromium_src-451a8ddc097c2db892a4e175c063e4d8fb828dfe.tar.bz2 |
Added back thread watcher changes.
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/6598021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_thread.cc')
-rw-r--r-- | content/browser/browser_thread.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc index c0e4355..4c6627b 100644 --- a/content/browser/browser_thread.cc +++ b/content/browser/browser_thread.cc @@ -11,6 +11,7 @@ // Friendly names for the well-known threads. static const char* browser_thread_names[BrowserThread::ID_COUNT] = { "", // UI (name assembled in browser_main.cc). + "Chrome_WatchdogThread", // WATCHDOG "Chrome_DBThread", // DB "Chrome_WebKitThread", // WEBKIT "Chrome_FileThread", // FILE |