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 648e2a23ee318958fc647050a34ba17bdd9fa3bf..e4b7bd1bc822e37d70d8a041ee3df617cb31ec91 100644 |
--- a/content/public/browser/render_widget_host.h |
+++ b/content/public/browser/render_widget_host.h |
@@ -224,6 +224,9 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Sender { |
// instead you should always ask for it using the accessor. |
virtual RenderWidgetHostView* GetView() const = 0; |
+ // 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; |