| Index: chrome/browser/ui/views/download/download_shelf_view.h
|
| diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h
|
| index fd762e3c7599ec1dbe6272654dc3921aeb55546c..79bb768de917c70d74e15f67d008669e64612986 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_view.h
|
| +++ b/chrome/browser/ui/views/download/download_shelf_view.h
|
| @@ -79,6 +79,7 @@ class DownloadShelfView : public views::AccessiblePaneView,
|
| void ButtonPressed(views::Button* button, const ui::Event& event) override;
|
|
|
| // Implementation of DownloadShelf.
|
| + void RemoveDownload(content::DownloadItem* download) override;
|
| bool IsShowing() const override;
|
| bool IsClosing() const override;
|
| Browser* browser() const override;
|
|
|