Index: chrome/browser/browser_process_impl.h |
=================================================================== |
--- chrome/browser/browser_process_impl.h (revision 6126) |
+++ chrome/browser/browser_process_impl.h (working copy) |
@@ -167,6 +167,11 @@ |
return memory_model_; |
} |
+ virtual SuspendController* suspend_controller() { |
+ DCHECK(CalledOnValidThread()); |
+ return suspend_controller_.get(); |
+ } |
+ |
virtual HANDLE shutdown_event() { return shutdown_event_; } |
private: |
@@ -238,6 +243,8 @@ |
MemoryModel memory_model_; |
+ scoped_refptr<SuspendController> suspend_controller_; |
+ |
bool checked_for_new_frames_; |
bool using_new_frames_; |