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

Unified Diff: ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc

Issue 1908683002: Replace OS_LEFT/RIGHT with META_LEFT/RIGHT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « ui/events/keycodes/keyboard_code_conversion_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc
diff --git a/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc b/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc
index da7ac9af24c508ec8a393f62ca46cfc405c54847..e32a2d41f1bf37fda2baa65112310785222c37cf 100644
--- a/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc
+++ b/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc
@@ -807,8 +807,8 @@ TEST_F(XkbLayoutEngineVkTest, KeyboardCodeForNonPrintable) {
{{DomCode::CONTROL_RIGHT, XKB_KEY_Control_R}, VKEY_CONTROL},
{{DomCode::SHIFT_LEFT, XKB_KEY_Shift_L}, VKEY_SHIFT},
{{DomCode::SHIFT_RIGHT, XKB_KEY_Shift_R}, VKEY_SHIFT},
- {{DomCode::OS_LEFT, XKB_KEY_Super_L}, VKEY_LWIN},
- {{DomCode::OS_RIGHT, XKB_KEY_Super_R}, VKEY_LWIN},
+ {{DomCode::META_LEFT, XKB_KEY_Super_L}, VKEY_LWIN},
+ {{DomCode::META_RIGHT, XKB_KEY_Super_R}, VKEY_LWIN},
{{DomCode::ALT_LEFT, XKB_KEY_Alt_L}, VKEY_MENU},
{{DomCode::ALT_RIGHT, XKB_KEY_Alt_R}, VKEY_MENU},
{{DomCode::ALT_RIGHT, XKB_KEY_ISO_Level3_Shift}, VKEY_ALTGR},
« no previous file with comments | « ui/events/keycodes/keyboard_code_conversion_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698