Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index 52d7f685a6ed3a41519ce3ce9a7bbc04399c4b6b..da09df224d7882cbe8307bc67b9ad5394d6657c2 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -185,9 +185,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
Ownership ownership; |
bool mirror_origin_in_rtl; |
bool has_dropshadow; |
- // Only used by Windows. Specifies that the system default caption and icon |
- // should not be rendered, and that the client area should be equivalent to |
- // the window area. |
+ // Specifies that the system default caption and icon should not be |
+ // rendered, and that the client area should be equivalent to the window |
+ // area. Only used on some platforms (Windows and Linux). |
bool remove_standard_frame; |
// Only used by ShellWindow on Windows. Specifies that the default icon of |
// packaged app should be the system default icon. |