diff options
Diffstat (limited to 'chrome/browser/browser_process_impl.h')
-rw-r--r-- | chrome/browser/browser_process_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h index fa5e969..6f51102 100644 --- a/chrome/browser/browser_process_impl.h +++ b/chrome/browser/browser_process_impl.h @@ -167,11 +167,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { return memory_model_; } - virtual SuspendController* suspend_controller() { - DCHECK(CalledOnValidThread()); - return suspend_controller_.get(); - } - virtual HANDLE shutdown_event() { return shutdown_event_; } private: @@ -243,8 +238,6 @@ class BrowserProcessImpl : public BrowserProcess, public NonThreadSafe { MemoryModel memory_model_; - scoped_refptr<SuspendController> suspend_controller_; - bool checked_for_new_frames_; bool using_new_frames_; |