| Index: chrome/browser/metrics/thread_watcher.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/thread_watcher.cc (revision 106339)
|
| +++ chrome/browser/metrics/thread_watcher.cc (working copy)
|
| @@ -493,6 +493,10 @@
|
| StartWatching(BrowserThread::CACHE, "CACHE", kSleepTime, kUnresponsiveTime,
|
| unresponsive_threshold, crash_on_hang_thread_names,
|
| live_threads_threshold);
|
| + StartWatching(BrowserThread::APPCACHE, "APPCACHE",
|
| + kSleepTime, kUnresponsiveTime,
|
| + unresponsive_threshold, crash_on_hang_thread_names,
|
| + live_threads_threshold);
|
|
|
| BrowserThread::PostTask(
|
| BrowserThread::UI,
|
|
|