Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(157)

Unified Diff: ui/views/widget/widget.h

Issue 127133003: Windows: Top-level bubbles no longer appear on taskbar by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/views/app_list_view.cc ('k') | ui/views/widget/widget_hwnd_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/app_list/views/app_list_view.cc ('k') | ui/views/widget/widget_hwnd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698