summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 21:17:22 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 21:17:22 +0000
commit22aebf6fdb9ec35c10c0412a16ae3383b58ef4f4 (patch)
tree272ae700cce44799f86f4fc30d4f3baa448bfed7
parent9027103e1a44e106e53ccbd5f64b2cbd21ceb240 (diff)
downloadchromium_src-22aebf6fdb9ec35c10c0412a16ae3383b58ef4f4.zip
chromium_src-22aebf6fdb9ec35c10c0412a16ae3383b58ef4f4.tar.gz
chromium_src-22aebf6fdb9ec35c10c0412a16ae3383b58ef4f4.tar.bz2
Revert "Set the info bubble popups as _NET_WM_WINDOW_TYPE_UTILITY so they"
It caused a window frame to be drawn around the info bubble under sawfish. This reverts commit r25002. BUG=21517 TEST=see bug Review URL: http://codereview.chromium.org/193077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25923 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/gtk/info_bubble_gtk.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/gtk/info_bubble_gtk.cc b/chrome/browser/gtk/info_bubble_gtk.cc
index 21e85ef..5bb5715 100644
--- a/chrome/browser/gtk/info_bubble_gtk.cc
+++ b/chrome/browser/gtk/info_bubble_gtk.cc
@@ -154,9 +154,6 @@ void InfoBubbleGtk::Init(GtkWindow* transient_toplevel,
rect_ = rect;
window_ = gtk_window_new(GTK_WINDOW_TOPLEVEL);
- // Mark the info bubble as a utility window so it doesn't show up in the
- // taskbar.
- gtk_window_set_type_hint(GTK_WINDOW(window_), GDK_WINDOW_TYPE_HINT_UTILITY);
gtk_window_set_transient_for(GTK_WINDOW(window_), transient_toplevel);
gtk_window_set_decorated(GTK_WINDOW(window_), FALSE);
gtk_window_set_resizable(GTK_WINDOW(window_), FALSE);