Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1228)

Unified Diff: chrome/browser/download/download_shelf.h

Issue 3177034: Makes the download shelf auto-close after the user opens all downloads (Closed)
Patch Set: Have OnDownloadOpened invoked before opened to match old behavior Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/download_shelf.h
diff --git a/chrome/browser/download/download_shelf.h b/chrome/browser/download/download_shelf.h
index df025085713e5a267e0f25dfd13f47880de7f936..d952baba5cef91a4dd4e1d9c4949fa8013fcd5ba 100644
--- a/chrome/browser/download/download_shelf.h
+++ b/chrome/browser/download/download_shelf.h
@@ -19,7 +19,7 @@ class DownloadItem;
// DownloadShelf is an interface for platform-specific download shelf views.
class DownloadShelf {
public:
- virtual ~DownloadShelf() { }
+ virtual ~DownloadShelf() {}
// A new download has started, so add it to our shelf. This object will
// take ownership of |download_model|. Also make the shelf visible.

Powered by Google App Engine
This is Rietveld 408576698