Index: chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc |
diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc |
index 8c77e14ef1dd32ad4b424a40afc76da3be74ebb3..8a7e081039474fa07ef2d7bad2bc893234e01566 100644 |
--- a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc |
+++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc |
@@ -72,12 +72,8 @@ void ActivateOverflowedActionWithKeyboard(Browser* browser, |
gfx::NativeWindow native_window = |
views::MenuController::GetActiveInstance()->owner()->GetNativeWindow(); |
- // Send two key down events followed by the return key. |
- // The two key down events target the toolbar action in the app menu. |
- // TODO(devlin): Shouldn't this be one key down event? |
- ui_controls::SendKeyPress(native_window, |
- ui::VKEY_DOWN, |
- false, false, false, false); |
+ // Send a key down event followed by the return key. |
+ // The key down event targets the toolbar action in the app menu. |
ui_controls::SendKeyPress(native_window, |
ui::VKEY_DOWN, |
false, false, false, false); |