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

Unified Diff: ash/keyboard_overlay/keyboard_overlay_view_unittest.cc

Issue 404203003: Distinguish between keystroke and character events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IsCharFromNative() for Mac build 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
« no previous file with comments | « ash/accelerators/magnifier_key_scroller_unittest.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard_overlay/keyboard_overlay_view_unittest.cc
diff --git a/ash/keyboard_overlay/keyboard_overlay_view_unittest.cc b/ash/keyboard_overlay/keyboard_overlay_view_unittest.cc
index 8875f0ee75e0abb04e5c8ca614f3c10bdc511281..19435a802e52da1d60bf7e9372d057d65254b7fb 100644
--- a/ash/keyboard_overlay/keyboard_overlay_view_unittest.cc
+++ b/ash/keyboard_overlay/keyboard_overlay_view_unittest.cc
@@ -37,8 +37,7 @@ TEST_F(KeyboardOverlayViewTest, OpenAcceleratorsClose) {
ui::KeyEvent open_key(open_key_data.trigger_on_press ?
ui::ET_KEY_PRESSED : ui::ET_KEY_RELEASED,
open_key_data.keycode,
- open_key_data.modifiers,
- false);
+ open_key_data.modifiers);
EXPECT_TRUE(view.IsCancelingKeyEvent(&open_key));
}
}
« no previous file with comments | « ash/accelerators/magnifier_key_scroller_unittest.cc ('k') | ash/shelf/shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698