| Index: ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h
|
| diff --git a/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h b/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h
|
| index f92f113ed5b29ff228e97be58ad23e09b9c8f188..a6bf6f50cbd5b300aeae6863a72d1577fa491b73 100644
|
| --- a/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h
|
| +++ b/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.h
|
| @@ -41,10 +41,6 @@ class EVENTS_OZONE_LAYOUT_EXPORT XkbKeyboardLayoutEngine
|
| KeyboardCode* key_code,
|
| uint32* platform_keycode) const override;
|
|
|
| - // Gets the names of the RMLO rule for libxkbcommon.
|
| - // Makes it protected for testing.
|
| - scoped_ptr<xkb_rule_names> GetXkbRuleNames(const std::string& layout_name);
|
| -
|
| protected:
|
| // Table for EventFlagsToXkbFlags().
|
| struct XkbFlagMapEntry {
|
|
|