Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index 9735706692be500638b5337dfe89808c77a126fc..72707c161a474d6052247464882bb72329cf53f6 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -227,8 +227,6 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| gfx::NativeView context; |
| // If true, forces the window to be shown in the taskbar, even for window |
| // types that do not appear in the taskbar by default (popup and bubble). |
| - // Currently only used by X11. |
| - // TODO(mgiuca): Respect this flag in Windows (http://crbug.com/332277). |
| bool force_show_in_taskbar; |
|
sky
2014/01/08 15:11:50
I don't see force_show_in_taskbar in InitParams. W
Matt Giuca
2014/01/08 22:53:51
About 2 hours after this comment :) (SVN 243585)
|
| // Only used by X11, for root level windows. Specifies the res_name and |
| // res_class fields, respectively, of the WM_CLASS window property. Controls |