diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 8a1ab65a..c1275db 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -39,7 +39,6 @@ class ResourceDispatcherHost; class SidebarManager; class TabCloseableStateWatcher; class ThumbnailGenerator; -class WatchDogThread; namespace base { class Thread; @@ -116,9 +115,6 @@ 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; |