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

Unified Diff: chrome/browser/views/download_item_view.h

Issue 3023052: Merging r55430 to the M6 branch:... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/views/download_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/download_item_view.h
===================================================================
--- chrome/browser/views/download_item_view.h (revision 55436)
+++ chrome/browser/views/download_item_view.h (working copy)
@@ -255,6 +255,11 @@
// The currently running download context menu.
scoped_ptr<DownloadShelfContextMenuWin> context_menu_;
+ // If non-NULL, set to true when this object is deleted.
+ // (Used when showing the context menu as it runs an inner message loop that
+ // might delete us).
+ bool* deleted_;
+
DISALLOW_COPY_AND_ASSIGN(DownloadItemView);
};
« no previous file with comments | « no previous file | chrome/browser/views/download_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698