diff options
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index 0561187..3ffceda 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -2604,6 +2604,11 @@ void Browser::UpdateTargetURL(TabContents* source, const GURL& url) { void Browser::UpdateDownloadShelfVisibility(bool visible) { if (GetStatusBubble()) GetStatusBubble()->UpdateDownloadShelfVisibility(visible); + + NotificationService::current()->Notify( + NotificationType::DOWNLOAD_SHELF_VISIBILITY_CHANGED, + Source<Browser>(this), + NotificationService::NoDetails()); } void Browser::ContentsZoomChange(bool zoom_in) { |