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

Unified Diff: ui/views/controls/combobox/combobox.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 | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/combobox/combobox.h
diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h
index 12c0bec723f90cab0a7114a6be26018752872c00..c80623c40e6533f6d2491760a3297fcc7e1afed8 100644
--- a/ui/views/controls/combobox/combobox.h
+++ b/ui/views/controls/combobox/combobox.h
@@ -28,7 +28,6 @@ class ComboboxTestApi;
class ComboboxListener;
class CustomButton;
-class MenuModelAdapter;
class MenuRunner;
class Painter;
class PrefixSelector;
@@ -211,7 +210,6 @@ class VIEWS_EXPORT Combobox : public View,
// Set while the dropdown is showing. Ensures the menu is closed if |this| is
// destroyed.
- std::unique_ptr<MenuModelAdapter> menu_model_adapter_;
std::unique_ptr<MenuRunner> menu_runner_;
// The image to be drawn for this combobox's arrow.
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698