Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index c27319226d0cdb27b88dfffb5587953678d01b5c..4a1ee6b4dc2b259c91510549e34fafb9d79dfb53 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -430,8 +430,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
// set to true after Close() has been invoked on the NativeWidget. |
bool IsClosed() const; |
- // Shows or hides the widget, without changing activation state. |
+ // Shows the widget and activates it. |
virtual void Show(); |
+ // Hides the widget. |
void Hide(); |
// Like Show(), but does not activate the window. |