Chromium Code Reviews| Index: ui/views/widget/widget.h |
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
| index 95e0d540adf4d6d352300b383e4c762ab10e2841..4dff520dfa85e37e88de31b48f6ed7b75cb63dab 100644 |
| --- a/ui/views/widget/widget.h |
| +++ b/ui/views/widget/widget.h |
| @@ -164,6 +164,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
| // and icon should not be rendered, and that the client area should be |
| // equivalent to the window area. |
| bool remove_standard_frame; |
| + // Only used by ShellWindow. Specifies that the default icon of packaged app |
|
sky
2012/09/24 14:12:44
Document only used by windows.
|
| + // should be the system default icon. |
| + bool use_system_default_icon; |
| // Whether the widget should be maximized or minimized. |
| ui::WindowShowState show_state; |
| // Should the widget be double buffered? Default is false. |