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

Unified Diff: chrome/browser/ui/views/browser_bubble_win.cc

Issue 6334101: Removal of chrome.experimental.popup set of APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
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_);

Powered by Google App Engine
This is Rietveld 408576698