Index: ui/views/widget/desktop_native_widget_helper_aura.cc |
=================================================================== |
--- ui/views/widget/desktop_native_widget_helper_aura.cc (revision 137506) |
+++ ui/views/widget/desktop_native_widget_helper_aura.cc (working copy) |
@@ -33,6 +33,7 @@ |
void DesktopNativeWidgetHelperAura::PreInitialize( |
const Widget::InitParams& params) { |
+#if !defined(OS_WIN) |
// We don't want the status bubble or the omnibox to get their own root |
// window on the desktop; on Linux |
// |
@@ -45,6 +46,7 @@ |
} else if (params.type == Widget::InitParams::TYPE_CONTROL) { |
return; |
} |
+#endif |
gfx::Rect bounds = params.bounds; |
if (bounds.IsEmpty()) { |