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

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

Issue 111723012: Linux Aura: Added --use-system-title-bar flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing jamescook nits. Created 7 years 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
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index c27319226d0cdb27b88dfffb5587953678d01b5c..159d6266e49046c92efa18ac9792c382cc6de94c 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.

Powered by Google App Engine
This is Rietveld 408576698