| Index: content/browser/renderer_host/mock_render_process_host.h
|
| diff --git a/content/browser/renderer_host/mock_render_process_host.h b/content/browser/renderer_host/mock_render_process_host.h
|
| index 53dfd148676903961d7e24aa871304e827730836..2047d3aeb4df61517b4adccc8374d1afe47c62b8 100644
|
| --- a/content/browser/renderer_host/mock_render_process_host.h
|
| +++ b/content/browser/renderer_host/mock_render_process_host.h
|
| @@ -67,6 +67,7 @@ class MockRenderProcessHost : public content::RenderProcessHost {
|
| virtual listeners_iterator ListenersIterator() OVERRIDE;
|
| virtual bool FastShutdownForPageCount(size_t count) OVERRIDE;
|
| virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
|
| + virtual bool TerminateOnUnresponsiveAllowed() const OVERRIDE;
|
|
|
| // IPC::Channel::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|