| 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 174d0ad7731cc356ae3502546a5025395062ef24..d8768ae115ca9159eb25e5aee90f600fd3fc59fa 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -209,12 +209,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| // Tells the renderer view to focus the first (last if reverse is true) node.
|
| void SetInitialFocus(bool reverse);
|
|
|
| - // Notifies the RenderViewHost that its load state changed.
|
| - void LoadStateChanged(const GURL& url,
|
| - const net::LoadStateWithParam& load_state,
|
| - uint64_t upload_position,
|
| - uint64_t upload_size);
|
| -
|
| bool SuddenTerminationAllowed() const;
|
| void set_sudden_termination_allowed(bool enabled) {
|
| sudden_termination_allowed_ = enabled;
|
|
|