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

Unified Diff: chrome/browser/ui/views/browser_bubble_gtk.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_gtk.cc
===================================================================
--- chrome/browser/ui/views/browser_bubble_gtk.cc (revision 74331)
+++ chrome/browser/ui/views/browser_bubble_gtk.cc (working copy)
@@ -84,9 +84,6 @@
void BrowserBubble::InitPopup() {
// TODO(port)
- DCHECK(!drop_shadow_enabled_) <<
- "Drop shadows not supported on GTK browser bubbles.";
-
views::WidgetGtk* pop = new BubbleWidget(this);
pop->SetOpacity(0xFF);
pop->make_transient_to_parent();

Powered by Google App Engine
This is Rietveld 408576698