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

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

Issue 1679923003: Cleanup: Remove MenuEventDispatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | ui/views/controls/menu/menu_event_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1e821367eaa065ea81828ac6aa75df1848496c9f..43c3c0ee55ee8af7300c9dab2c7bf62b9f3ac7b6 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -52,7 +52,6 @@ class MenuKeyEventHandler;
namespace internal {
class MenuControllerDelegate;
-class MenuEventDispatcher;
class MenuRunnerImpl;
}
@@ -202,7 +201,6 @@ class VIEWS_EXPORT MenuController : public WidgetObserver {
static void TurnOffMenuSelectionHoldForTest();
private:
- friend class internal::MenuEventDispatcher;
friend class internal::MenuRunnerImpl;
friend class test::MenuControllerTest;
friend class MenuKeyEventHandler;
« no previous file with comments | « no previous file | ui/views/controls/menu/menu_event_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698