| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 39519544c8df67a06252595604997d394b10d618..7678f31d0b6fe455451feb576f46d03e649f135e 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -888,6 +888,11 @@ void Browser::UpdateDownloadShelfVisibility(bool visible) {
|
| GetStatusBubble()->UpdateDownloadShelfVisibility(visible);
|
| }
|
|
|
| +void Browser::UpdateStatusBubblePosition() {
|
| + if (GetStatusBubble())
|
| + GetStatusBubble()->Reposition();
|
| +}
|
| +
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
| void Browser::UpdateUIForNavigationInTab(WebContents* contents,
|
|
|