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

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

Issue 216018: Fix a bug where we access a view after deletion.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | chrome/browser/download/download_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_shelf.h
===================================================================
--- chrome/browser/download/download_shelf.h (revision 26514)
+++ chrome/browser/download/download_shelf.h (working copy)
@@ -47,6 +47,8 @@
public:
virtual ~DownloadShelfContextMenu();
+ virtual DownloadItem* download() const { return download_; }
+
protected:
explicit DownloadShelfContextMenu(BaseDownloadItemModel* download_model);
« no previous file with comments | « no previous file | chrome/browser/download/download_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698