| 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 b91cf952b56e3d2b5c1add1bfecee86acb440c74..86611ba8aae1bf6976c6412b8dbd2b2fff98a72d 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_view.h
|
| +++ b/chrome/browser/ui/views/download/download_shelf_view.h
|
| @@ -100,7 +100,7 @@ class DownloadShelfView : public views::AccessiblePaneView,
|
| // Implementation of DownloadShelf.
|
| virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
|
| virtual void DoShow() OVERRIDE;
|
| - virtual void DoClose() OVERRIDE;
|
| + virtual void DoClose(CloseReason reason) OVERRIDE;
|
|
|
| // From AccessiblePaneView
|
| virtual views::View* GetDefaultFocusableChild() OVERRIDE;
|
| @@ -166,9 +166,6 @@ class DownloadShelfView : public views::AccessiblePaneView,
|
| // The window this shelf belongs to.
|
| BrowserView* parent_;
|
|
|
| - // Whether we are auto-closing.
|
| - bool auto_closed_;
|
| -
|
| views::MouseWatcher mouse_watcher_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DownloadShelfView);
|
|
|