blob: 5fe25ecd9035b6be44386aec5f51ca9fa9a0a102 [file] [log] [blame]
// 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's internal keyboard is using the 2017 keyboard
// layout.
bool DeviceUsesKeyboardLayout2();
} // namespace ui
#endif // UI_CHROMEOS_EVENTS_KEYBOARD_LAYOUT_UTIL_H_