Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 6119) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -167,11 +167,6 @@ |
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 @@ |
MemoryModel memory_model_; |
- scoped_refptr<SuspendController> suspend_controller_; |
- |
bool checked_for_new_frames_; |
bool using_new_frames_; |