| Index: chrome/browser/metrics/thread_watcher.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc
|
| index 52968bd4fb35bc2cf4031f2e4e96ceed499dcd96..804568e918aba7444e4edd5e56468a04d04a85e1 100644
|
| --- a/chrome/browser/metrics/thread_watcher.cc
|
| +++ b/chrome/browser/metrics/thread_watcher.cc
|
| @@ -722,11 +722,6 @@ static base::LazyInstance<base::Lock,
|
| // The singleton of this class.
|
| static WatchDogThread* g_watchdog_thread = NULL;
|
|
|
| -
|
| -// The WatchDogThread object must outlive any tasks posted to the IO thread
|
| -// before the Quit task.
|
| -DISABLE_RUNNABLE_METHOD_REFCOUNT(WatchDogThread);
|
| -
|
| WatchDogThread::WatchDogThread() : Thread("BrowserWatchdog") {
|
| }
|
|
|
|
|