| // Copyright 2017 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef UI_CHROMEOS_EVENTS_KEYBOARD_LAYOUT_UTIL_H_ |
| #define UI_CHROMEOS_EVENTS_KEYBOARD_LAYOUT_UTIL_H_ |
| |
| namespace ui { |
| |
| // Returns true if the device is currently connected to any keyboard (internal |
| // or external) that is using the 2017 keyboard layout. |
| bool DeviceUsesKeyboardLayout2(); |
| |
| } // namespace ui |
| |
| #endif // UI_CHROMEOS_EVENTS_KEYBOARD_LAYOUT_UTIL_H_ |