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

Unified Diff: ui/views/controls/combobox/combobox.h

Issue 393943006: MacViews: Remove GetMenu() from MenuRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: ui/views/controls/combobox/combobox.h
diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h
index 22781a8ab1f5d8ea4e1c0b1d80f242c08cebb398..24011dee2bb2ec969d14c7f25dd81425e1269017 100644
--- a/ui/views/controls/combobox/combobox.h
+++ b/ui/views/controls/combobox/combobox.h
@@ -189,6 +189,9 @@ class VIEWS_EXPORT Combobox : public MenuDelegate,
// Responsible for showing the context menu.
scoped_ptr<MenuRunner> dropdown_list_menu_runner_;
+ // Weak. Owned by dropdown_list_menu_runner_.
+ MenuItemView* menu_;
sky 2014/07/15 23:53:00 Initialize to NULL.
Andre 2014/07/16 00:25:16 Done.
+
// Is the drop down list showing
bool dropdown_open_;

Powered by Google App Engine
This is Rietveld 408576698