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

Unified Diff: chrome/browser/ui/gtk/download/download_shelf_gtk.h

Issue 12995025: [Mac] DownloadShelf should be notified when autoclosing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/ui/gtk/download/download_shelf_gtk.h
diff --git a/chrome/browser/ui/gtk/download/download_shelf_gtk.h b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
index ebbee9b33f7052a3029292272138d83547b6a8ea..099afaf9a671cf814c9c448f8f25973ba01e1d8c 100644
--- a/chrome/browser/ui/gtk/download/download_shelf_gtk.h
+++ b/chrome/browser/ui/gtk/download/download_shelf_gtk.h
@@ -70,7 +70,7 @@ class DownloadShelfGtk : public DownloadShelf,
// DownloadShelf implementation.
virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
virtual void DoShow() OVERRIDE;
- virtual void DoClose() OVERRIDE;
+ virtual void DoClose(CloseReason reason) OVERRIDE;
private:
// Remove |download_item| from the download shelf and delete it.

Powered by Google App Engine
This is Rietveld 408576698