summaryrefslogtreecommitdiffstats
path: root/content/public/browser/render_widget_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/render_widget_host.h')
-rw-r--r--content/public/browser/render_widget_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
index 5a4918d..ca727b7 100644
--- a/content/public/browser/render_widget_host.h
+++ b/content/public/browser/render_widget_host.h
@@ -122,7 +122,8 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
static RenderWidgetHost* FromID(int32 process_id, int32 routing_id);
typedef std::vector<RenderWidgetHost*> List;
- // Returns the global list of render widget hosts.
+
+ // Returns the global list of active render widget hosts.
static RenderWidgetHost::List GetRenderWidgetHosts();
virtual ~RenderWidgetHost() {}