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 6ee9f2bab7d4e02ba79c5b287495e5cbb949d8bc..c04bab6b6bf0ce057836dac49a4ecf797c5f574b 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -179,9 +179,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender, |
virtual void AddPendingView() = 0; |
virtual void RemovePendingView() = 0; |
- // 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. |
+ // Returns true if the process can be immediately terminated. |
virtual bool SuddenTerminationAllowed() const = 0; |
// Returns how long the child has been idle. The definition of idle |