| 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 d54b2d7d57322c2ff413483ae9fe0fb8ae766c1d..ac6002b3b29fb65f434e9c346d1f2f3521cfbe76 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;
|
|
|