| 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..2ba218b5813f62ea43f2fdf898facd4927c0f4fe 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 AllowTerminateOnUnresponsive() const OVERRIDE;
|
|
|
| // IPC::Channel::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|