summaryrefslogtreecommitdiffstats
path: root/chrome/browser/metrics/thread_watcher.cc
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 12:28:58 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-20 12:28:58 +0000
commite1dd56245e0d9e0c5ff69b7a14a61f3f010ac50e (patch)
tree8ebb4521cc02357580b05336f991f35a245f3cb6 /chrome/browser/metrics/thread_watcher.cc
parentddb92f133c7776004575d4c9c52cf709f5082dcc (diff)
downloadchromium_src-e1dd56245e0d9e0c5ff69b7a14a61f3f010ac50e.zip
chromium_src-e1dd56245e0d9e0c5ff69b7a14a61f3f010ac50e.tar.gz
chromium_src-e1dd56245e0d9e0c5ff69b7a14a61f3f010ac50e.tar.bz2
Deprecate WEBKIT thread
BUG=106839 TEST=try servers pass Review URL: http://codereview.chromium.org/8879013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115116 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 8b740bf..52968bd 100644
--- a/chrome/browser/metrics/thread_watcher.cc
+++ b/chrome/browser/metrics/thread_watcher.cc
@@ -88,7 +88,7 @@ void CrashBecauseThreadWasUnresponsive(BrowserThread::ID thread_id) {
return ThreadUnresponsive_UI();
case BrowserThread::DB:
return ThreadUnresponsive_DB();
- case BrowserThread::WEBKIT:
+ case BrowserThread::WEBKIT_DEPRECATED:
return ThreadUnresponsive_WEBKIT();
case BrowserThread::FILE:
return ThreadUnresponsive_FILE();