| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index ba69564c1086466d3c1c903aef0728e4bb52dedf..d54b2d7d57322c2ff413483ae9fe0fb8ae766c1d 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -183,8 +183,8 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| }
|
|
|
| // Tracks whether this RenderViewHost is in an active state (rather than
|
| - // pending swap out, pending deletion, or swapped out), according to its main
|
| - // frame RenderFrameHost.
|
| + // pending swap out or swapped out), according to its main frame
|
| + // RenderFrameHost.
|
| bool is_active() const { return is_active_; }
|
| void set_is_active(bool is_active) { is_active_ = is_active; }
|
|
|
|
|