| Index: chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (revision 108042)
|
| +++ chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc (working copy)
|
| @@ -485,7 +485,8 @@
|
|
|
| // After coming out of fullscreen, the browser window sets the bookmark bar
|
| // to the "hidden" state, which means we need to show our minimum height.
|
| - gtk_widget_show(widget());
|
| + if (!window_->IsFullscreen())
|
| + gtk_widget_show(widget());
|
| CalculateMaxHeight();
|
| // Sometimes we get called without a matching call to open. If that happens
|
| // then force hide.
|
|
|