| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index a4f8f46b60a4bd1ec8d60c0d40491f0b5b2c63d2..1be57ea5dc09ea98d2b11433ce277b01fae7dc91 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -136,12 +136,6 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| // refocus on the modal dialog, flash title etc).
|
| virtual void OnIgnoredUIEvent() {}
|
|
|
| - // Notification that the RenderViewHost's load state changed.
|
| - virtual void LoadStateChanged(const GURL& url,
|
| - const net::LoadStateWithParam& load_state,
|
| - uint64_t upload_position,
|
| - uint64_t upload_size) {}
|
| -
|
| // The page wants the hosting window to activate itself (it called the
|
| // JavaScript window.focus() method).
|
| virtual void Activate() {}
|
|
|