| Index: chrome/browser/views/status_bubble_views.cc
|
| ===================================================================
|
| --- chrome/browser/views/status_bubble_views.cc (revision 23148)
|
| +++ chrome/browser/views/status_bubble_views.cc (working copy)
|
| @@ -662,7 +662,8 @@
|
|
|
| if (bubble_bottom_y + offset > monitor_rect.height() ||
|
| (download_shelf_is_visible_ &&
|
| - view_->GetStyle() == StatusView::STYLE_FLOATING)) {
|
| + (view_->GetStyle() == StatusView::STYLE_FLOATING ||
|
| + view_->GetStyle() == StatusView::STYLE_BOTTOM))) {
|
| // The offset is still too large. Move the bubble to the right and reset
|
| // Y offset_ to zero.
|
| view_->SetStyle(StatusView::STYLE_STANDARD_RIGHT);
|
|
|
| Property changes on: chrome\browser\views\status_bubble_views.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/views/status_bubble_views.cc:r22610
|
|
|
|
|