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

Unified Diff: ui/views/controls/menu/menu_controller_unittest.cc

Issue 1661673004: Enables hot-tracking for overflow extension buttons in the app menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restores hot-tracking of extension buttons in app menu with MD (rebase) 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
Index: ui/views/controls/menu/menu_controller_unittest.cc
diff --git a/ui/views/controls/menu/menu_controller_unittest.cc b/ui/views/controls/menu/menu_controller_unittest.cc
index a25610c50804af4f183b520df4089d0c98c1de71..4030092e556a0baf0d44467ffa899a6e95764786 100644
--- a/ui/views/controls/menu/menu_controller_unittest.cc
+++ b/ui/views/controls/menu/menu_controller_unittest.cc
@@ -876,7 +876,7 @@ TEST_F(MenuControllerTest, AsynchronousRepostEvent) {
false, false, &mouse_event_flags);
EXPECT_EQ(run_result, nullptr);
- // Show a sub menu to targert with a pointer selection. However have the event
+ // Show a sub menu to target with a pointer selection. However have the event
// occur outside of the bounds of the entire menu.
SubmenuView* sub_menu = item->GetSubmenu();
sub_menu->ShowAt(owner(), item->bounds(), false);
@@ -975,7 +975,7 @@ TEST_F(MenuControllerTest, AsynchronousRepostEventDeletesController) {
false, false, &mouse_event_flags);
EXPECT_EQ(run_result, nullptr);
- // Show a sub menu to targert with a pointer selection. However have the event
+ // Show a sub menu to target with a pointer selection. However have the event
// occur outside of the bounds of the entire menu.
SubmenuView* sub_menu = item->GetSubmenu();
sub_menu->ShowAt(owner(), item->bounds(), true);

Powered by Google App Engine
This is Rietveld 408576698