diff options
Diffstat (limited to 'chrome/browser/metrics/thread_watcher.h')
-rw-r--r-- | chrome/browser/metrics/thread_watcher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/metrics/thread_watcher.h b/chrome/browser/metrics/thread_watcher.h index a53316c..a66a837 100644 --- a/chrome/browser/metrics/thread_watcher.h +++ b/chrome/browser/metrics/thread_watcher.h @@ -199,6 +199,9 @@ class ThreadWatcher { // The name of the thread being watched. const std::string thread_name_; + // Used to post messages to watched thread. + scoped_refptr<base::MessageLoopProxy> watched_loop_; + // It is the sleep time between the receipt of a pong message back, and the // sending of another ping message. const base::TimeDelta sleep_time_; |