Index: chrome/browser/ui/views/browser_bubble_win.cc |
=================================================================== |
--- chrome/browser/ui/views/browser_bubble_win.cc (revision 74331) |
+++ chrome/browser/ui/views/browser_bubble_win.cc (working copy) |
@@ -98,10 +98,6 @@ |
// we'll assign it into popup_. |
views::WidgetWin* pop = new BubbleWidget(this); |
- // Enable the drop-shadow through the native windows drop-shadow support. |
- if (drop_shadow_enabled_) |
- pop->set_initial_class_style(CS_DROPSHADOW | pop->initial_class_style()); |
- |
pop->Init(frame_->GetNativeView(), bounds_); |
pop->SetContentsView(view_); |