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 47af770dec0bd240dd5788cb3bd9b9841c3aa19a..d7d398350ecc4b519147d70319e1db47a3ff9417 100644 |
--- a/content/public/browser/render_widget_host.h |
+++ b/content/public/browser/render_widget_host.h |
@@ -211,9 +211,6 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender { |
// Returns true if the renderer is loading, false if not. |
virtual bool IsLoading() const = 0; |
- // Returns true if this is a RenderViewHost, false if not. |
- virtual bool IsRenderView() const = 0; |
- |
// Called to notify the RenderWidget that the resize rect has changed without |
// the size of the RenderWidget itself changing. |
virtual void ResizeRectChanged(const gfx::Rect& new_rect) = 0; |