Index: chrome/browser/tab_contents/tab_contents.cc |
=================================================================== |
--- chrome/browser/tab_contents/tab_contents.cc (revision 17014) |
+++ chrome/browser/tab_contents/tab_contents.cc (working copy) |
@@ -927,6 +927,9 @@ |
shelf_visible_ = visible; |
NotifyNavigationStateChanged(INVALIDATE_TAB); |
+ |
+ if (delegate()) |
+ delegate()->UpdateDownloadShelfVisibility(visible); |
} |
// SetShelfVisible can force-close the shelf, so make sure we lay out |