| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index 430e34ad5ae4ef48c7710313100f4c0c8635246b..86e827078c8baebdf90002cf347877dd918ae98d 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -250,11 +250,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| uint64 upload_position,
|
| uint64 upload_size);
|
|
|
| - bool SuddenTerminationAllowed() const;
|
| - void set_sudden_termination_allowed(bool enabled) {
|
| - sudden_termination_allowed_ = enabled;
|
| - }
|
| -
|
| // RenderWidgetHost public overrides.
|
| void Init() override;
|
| void Shutdown() override;
|
| @@ -436,9 +431,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // See http://crbug.com/418265.
|
| bool is_waiting_for_close_ack_;
|
|
|
| - // True if the render view can be shut down suddenly.
|
| - bool sudden_termination_allowed_;
|
| -
|
| // The termination status of the last render view that terminated.
|
| base::TerminationStatus render_view_termination_status_;
|
|
|
|
|