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

Unified Diff: trunk/src/ui/views/window/dialog_delegate.cc

Issue 139303014: Revert 245433 "Linux Aura: Added --use-system-title-bar flag." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « trunk/src/ui/views/widget/widget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/views/window/dialog_delegate.cc
===================================================================
--- trunk/src/ui/views/window/dialog_delegate.cc (revision 245469)
+++ trunk/src/ui/views/window/dialog_delegate.cc (working copy)
@@ -37,10 +37,6 @@
params.opacity = Widget::InitParams::TRANSLUCENT_WINDOW;
params.remove_standard_frame = true;
}
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
- // Dialogs on Linux always have custom frames.
- params.remove_standard_frame = true;
-#endif
params.context = context;
params.parent = parent;
params.top_level = true;
« no previous file with comments | « trunk/src/ui/views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698