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

Unified Diff: ui/views/controls/menu/menu_controller.h

Issue 1138523006: Enable keyboard accelerators while a menu is open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comments Created 5 years, 3 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/menu/menu_controller.h
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
index a528e04c914c0f90df4384cad926ba326960ff21..81607fbcc228c35bca5779374d6081e91d15f20a 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -188,6 +188,7 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
friend class internal::MenuMessagePumpDispatcher;
friend class internal::MenuRunnerImpl;
friend class test::MenuControllerTest;
+ friend class MenuEventHandler;
friend class MenuHostRootView;
friend class MenuItemView;
friend class SubmenuView;

Powered by Google App Engine
This is Rietveld 408576698