Index: content/browser/renderer_host/render_widget_host_impl.cc |
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc |
index fd5e142a65e0c9541368a7f55266e6af2c861e6b..e6835f09dab3250b98fa38e26f28c0781d6bf670 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.cc |
+++ b/content/browser/renderer_host/render_widget_host_impl.cc |
@@ -331,7 +331,7 @@ bool RenderWidgetHostImpl::Send(IPC::Message* msg) { |
void RenderWidgetHostImpl::WasHidden() { |
is_hidden_ = true; |
- // Don't bother reporting hung state when we aren't the active tab. |
+ // Don't bother reporting hung state when we aren't active. |
StopHangMonitorTimeout(); |
// If we have a renderer, then inform it that we are being hidden so it can |