| 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 fee923503a27f0498d628f929d872c9871610e09..b3f2aad7cc3741972a0329082a8666260e5fef49 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -254,11 +254,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;
|
| @@ -440,9 +435,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_;
|
|
|
|
|