diff options
Diffstat (limited to 'chrome/browser/views/download_shelf_view.cc')
-rw-r--r-- | chrome/browser/views/download_shelf_view.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/download_shelf_view.cc b/chrome/browser/views/download_shelf_view.cc index bd6a7b1..8e3353a 100644 --- a/chrome/browser/views/download_shelf_view.cc +++ b/chrome/browser/views/download_shelf_view.cc @@ -304,3 +304,8 @@ void DownloadShelfView::ButtonPressed(views::Button* button) { bool DownloadShelfView::IsShowing() const { return shelf_animation_->IsShowing(); } + +bool DownloadShelfView::IsClosing() const { + // TODO(estade): This is never called. For now just return false. + return false; +} |