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

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

Issue 10967036: views: Packaged app window icon should be system/generic icon, if icon is not set by default. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 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/views/widget/native_widget_win.cc ('k') | ui/views/widget/widget.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 95e0d540adf4d6d352300b383e4c762ab10e2841..f9d5b67c46a8e6e8d88ef0ebc188e640d3afb2f9 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 on Windows. Specifies that the default icon of
+ // packaged app 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.
« no previous file with comments | « ui/views/widget/native_widget_win.cc ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698