Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1914)

Unified Diff: content/public/browser/render_widget_host.h

Issue 10113005: Remove EPM:all_hosts_ and use all_extension_views_ instead. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Comments addressed Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698