From 129071ef966172279f9614b7be04d48cb304130e Mon Sep 17 00:00:00 2001 From: "rtenneti@chromium.org" Date: Sat, 26 Feb 2011 06:41:23 +0000 Subject: 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 --- content/browser/browser_thread.cc | 1 - content/browser/browser_thread.h | 3 --- 2 files changed, 4 deletions(-) (limited to 'content') diff --git a/content/browser/browser_thread.cc b/content/browser/browser_thread.cc index 4c6627b..c0e4355 100644 --- a/content/browser/browser_thread.cc +++ b/content/browser/browser_thread.cc @@ -11,7 +11,6 @@ // 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 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, -- cgit v1.1