| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index a87e3faee14f5c8126a772eb9dcd2bfb2016f0d7..4dd8f576350eed8360d040429ab089f371e87265 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -229,9 +229,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
|
|
| virtual void SetIgnoreInputEvents(bool ignore_input_events) = 0;
|
|
|
| - // Stops loading the page.
|
| - virtual void Stop() = 0;
|
| -
|
| // Called to notify the RenderWidget that it has been resized.
|
| virtual void WasResized() = 0;
|
|
|
|
|