| 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 8d5ae45b85b114596112ed30ddc4064482ab97e2..f3a22ce595ad6cca062e547cbdaa021e696997cd 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_view.h
|
| +++ b/chrome/browser/ui/views/download/download_shelf_view.h
|
| @@ -154,6 +154,9 @@ class DownloadShelfView : public 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);
|
|
|