diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index c1275db..8a1ab65a 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -39,6 +39,7 @@ class ResourceDispatcherHost; class SidebarManager; class TabCloseableStateWatcher; class ThumbnailGenerator; +class WatchDogThread; namespace base { class Thread; @@ -115,6 +116,9 @@ class BrowserProcess { virtual base::Thread* background_x11_thread() = 0; #endif + // Returns the thread that is used for health check of all browser threads. + virtual WatchDogThread* watchdog_thread() = 0; + virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0; virtual IconManager* icon_manager() = 0; |