summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/thread_watcher.cc
diff options
context:
space:
mode:
authorrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 21:11:47 +0000
committerrtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-18 21:11:47 +0000
commit9c68d427e2adc6717cb95a3291b95eff1e877c98 (patch)
tree6f0b7be23672c0873e24a8b07665b6cc37cf9840 /chrome/browser/metrics/thread_watcher.cc
parentd91db11a358380d9581130cd785f824282207d42 (diff)
downloadchromium_src-9c68d427e2adc6717cb95a3291b95eff1e877c98.zip
chromium_src-9c68d427e2adc6717cb95a3291b95eff1e877c98.tar.gz
chromium_src-9c68d427e2adc6717cb95a3291b95eff1e877c98.tar.bz2
Change the Thread name of WATCHDOG to BrowserWatchdog.
BUG=100768 R=jar Test=thread watcher unit tests Review URL: http://codereview.chromium.org/8342007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/metrics/thread_watcher.cc')
-rw-r--r--chrome/browser/metrics/thread_watcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc
index 272bbc9..8fe98bc 100644
--- a/chrome/browser/metrics/thread_watcher.cc
+++ b/chrome/browser/metrics/thread_watcher.cc
@@ -619,7 +619,7 @@ WatchDogThread* WatchDogThread::watchdog_thread_ = NULL;
// before the Quit task.
DISABLE_RUNNABLE_METHOD_REFCOUNT(WatchDogThread);
-WatchDogThread::WatchDogThread() : Thread("WATCHDOG") {
+WatchDogThread::WatchDogThread() : Thread("BrowserWatchdog") {
}
WatchDogThread::~WatchDogThread() {