Index: chrome/browser/ui/views/download/download_shelf_context_menu_view.h |
diff --git a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h |
index 8f59f420a0bc74651dfc5b1d679a0f01e9a827b8..477ba36d9de33606f1dbb81986c6cebd0bca0db2 100644 |
--- a/chrome/browser/ui/views/download/download_shelf_context_menu_view.h |
+++ b/chrome/browser/ui/views/download/download_shelf_context_menu_view.h |
@@ -27,15 +27,9 @@ class DownloadShelfContextMenuView : public DownloadShelfContextMenu { |
explicit DownloadShelfContextMenuView(BaseDownloadItemModel* model); |
virtual ~DownloadShelfContextMenuView(); |
- // Returns true if menu has been deleted. |rect| is the bounding area for |
- // positioning the menu in screen coordinates. The menu will be positioned |
- // above or below but not overlapping |rect|. |
- bool Run(views::Widget* parent_widget, |
- const gfx::Rect& rect) WARN_UNUSED_RESULT; |
- |
- // This method runs when the caller has been deleted and we should not attempt |
- // to access download_item(). |
- void Stop(); |
+ // |rect| is the bounding area for positioning the menu in screen coordinates. |
+ // The menu will be positioned above or below but not overlapping |rect|. |
+ void Run(views::Widget* parent_widget, const gfx::Rect& rect); |
private: |
scoped_ptr<views::MenuRunner> menu_runner_; |