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

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

Issue 12995025: [Mac] DownloadShelf should be notified when autoclosing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: + NSTrackingInVisibleRect 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
« no previous file with comments | « chrome/browser/download/download_shelf_unittest.cc ('k') | chrome/browser/download/test_download_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/test_download_shelf.h
diff --git a/chrome/browser/download/test_download_shelf.h b/chrome/browser/download/test_download_shelf.h
index 32d5c81fc12b03ef608296b6ebab683d7851b423..246664b753b8f712f0e7bab420f3b65494a8a995 100644
--- a/chrome/browser/download/test_download_shelf.h
+++ b/chrome/browser/download/test_download_shelf.h
@@ -34,7 +34,7 @@ class TestDownloadShelf : public DownloadShelf {
protected:
virtual void DoAddDownload(content::DownloadItem* download) OVERRIDE;
virtual void DoShow() OVERRIDE;
- virtual void DoClose() OVERRIDE;
+ virtual void DoClose(CloseReason reason) OVERRIDE;
virtual base::TimeDelta GetTransientDownloadShowDelay() OVERRIDE;
virtual content::DownloadManager* GetDownloadManager() OVERRIDE;
« no previous file with comments | « chrome/browser/download/download_shelf_unittest.cc ('k') | chrome/browser/download/test_download_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698