Index: content/public/browser/render_widget_host_view.h |
diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h |
index 5ad6a9274e9db5dfbea73ec083cefa0eadd27255..af7c119de05a13c73262d95ff18f14596045a1c0 100644 |
--- a/content/public/browser/render_widget_host_view.h |
+++ b/content/public/browser/render_widget_host_view.h |
@@ -118,7 +118,7 @@ class CONTENT_EXPORT RenderWidgetHostView { |
// TODO(stuartmorgan): This is a temporary plugin-specific workaround for |
// <http://crbug.com/34266>. Once that is fixed, this (and the corresponding |
// message and renderer-side handling) can be removed in favor of using |
- // WasHidden/WasRestored. |
+ // WasHidden/WasShown. |
virtual void SetWindowVisibility(bool visible) = 0; |
// Informs the view that its containing window's frame changed. |