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

Unified Diff: chrome/browser/ui/views/download/download_shelf_context_menu_view.h

Issue 2394123002: Views: Expose an on_closed callback via the MenuRunner constructor. (Closed)
Patch Set: default arg Created 4 years, 2 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/ui/views/download/download_shelf_context_menu_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b956e6a7165206d954f968f2176c9278a215c66f..53cd99127bace147e1ca844fd3c38889b79f9117 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
@@ -23,7 +23,6 @@ class Rect;
}
namespace views {
-class MenuModelAdapter;
class MenuRunner;
class Widget;
}
@@ -43,10 +42,9 @@ class DownloadShelfContextMenuView : public DownloadShelfContextMenu {
const base::Closure& on_menu_closed_callback);
private:
- // Callback for MenuModelAdapter
+ // Callback for MenuRunner.
void OnMenuClosed(const base::Closure& on_menu_closed_callback);
- std::unique_ptr<views::MenuModelAdapter> menu_model_adapter_;
std::unique_ptr<views::MenuRunner> menu_runner_;
// Time the menu was closed.
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_context_menu_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698