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

Unified Diff: chrome/browser/ui/gtk/status_bubble_gtk.cc

Issue 6330005: [gtk] Don't show empty status bubble in kiosk mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/status_bubble_gtk.cc
diff --git a/chrome/browser/ui/gtk/status_bubble_gtk.cc b/chrome/browser/ui/gtk/status_bubble_gtk.cc
index 48557e01d328c2928d1bdf8ae945e71218d9e4aa..1069334bbff4026b8ca661f7c40255b5ffcd6ca9 100644
--- a/chrome/browser/ui/gtk/status_bubble_gtk.cc
+++ b/chrome/browser/ui/gtk/status_bubble_gtk.cc
@@ -255,6 +255,7 @@ void StatusBubbleGtk::InitWidgets() {
gtk_container_add(GTK_CONTAINER(padding_), label_);
container_.Own(gtk_event_box_new());
+ gtk_widget_set_no_show_all(container_.get(), TRUE);
gtk_util::ActAsRoundedWindow(
container_.get(), gtk_util::kGdkWhite, kCornerSize,
gtk_util::ROUNDED_TOP_RIGHT,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698