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 76994e8cc6581626497d881bc0300478adcc4f40..28d4b2155f01da3d180a01c4d754b6498aa05980 100644 |
--- a/chrome/browser/ui/views/download/download_shelf_view.h |
+++ b/chrome/browser/ui/views/download/download_shelf_view.h |
@@ -152,6 +152,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); |