Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index ed3724eba24d82adf2535d9ecf075119efd96018..7f747e830478a3e5dd0a8359eba49cb3c09ca494 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -189,7 +189,9 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
virtual void AddPendingView() = 0; |
virtual void RemovePendingView() = 0; |
- // Returns true if the process can be immediately terminated. |
+ // Sets a flag indicating that the process can be abnormally terminated. |
+ virtual void SetSuddenTerminationAllowed(bool allowed) = 0; |
+ // Returns true if the process can be abnormally terminated. |
virtual bool SuddenTerminationAllowed() const = 0; |
// Returns how long the child has been idle. The definition of idle |