| Index: chromeos_keyboard.h
|
| diff --git a/chromeos_keyboard.h b/chromeos_keyboard.h
|
| index fbffd5f42bec08143066345c3b75d06799cec178..f6d8dfa3dc4465a181409e11617e9ccf9a2077c8 100644
|
| --- a/chromeos_keyboard.h
|
| +++ b/chromeos_keyboard.h
|
| @@ -39,6 +39,9 @@ struct ModifierKeyPair {
|
| };
|
| typedef std::vector<ModifierKeyPair> ModifierMap;
|
|
|
| +// Returns the hardware layout name.
|
| +extern std::string (*GetHardwareKeyboardLayoutName)();
|
| +
|
| // Returns the current layout name like "us". On error, returns "".
|
| extern std::string (*GetCurrentKeyboardLayoutName)();
|
|
|
|
|