| Index: chrome/browser/views/download_shelf_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/download_shelf_view.cc (revision 21225)
|
| +++ chrome/browser/views/download_shelf_view.cc (working copy)
|
| @@ -199,7 +199,7 @@
|
| // Let our base class layout our child views
|
| views::View::Layout();
|
|
|
| - // If there is not enought room to show the first download item, show the
|
| + // If there is not enough room to show the first download item, show the
|
| // "Show all downloads" link to the left to make it more visible that there is
|
| // something to see.
|
| bool show_link_only = !CanFitFirstDownloadItem();
|
| @@ -297,8 +297,7 @@
|
| }
|
|
|
| bool DownloadShelfView::IsClosing() const {
|
| - // TODO(estade): This is never called. For now just return false.
|
| - return false;
|
| + return shelf_animation_->IsClosing();
|
| }
|
|
|
| void DownloadShelfView::Show() {
|
|
|