Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 00a6d24f59b72c8604554c1fc3ac79b35ba35047..d031624e1ecf8114c1a273218286831a4af4a803 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -87,6 +87,7 @@ class CONTENT_EXPORT RenderProcessHostImpl |
virtual bool FastShutdownForPageCount(size_t count) OVERRIDE; |
virtual bool FastShutdownStarted() const OVERRIDE; |
virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE; |
+ virtual bool AllowTerminateOnUnresponsive() const OVERRIDE; |
Charlie Reis
2012/03/01 21:08:17
Let's rename this to TerminateOnUnresponsiveAllowe
nasko
2012/03/01 22:50:15
Done.
|
// IPC::Channel::Sender via RenderProcessHost. |
virtual bool Send(IPC::Message* msg) OVERRIDE; |