Revert 168224 - Update V8 to version 3.15.4.
[chromium-blink-merge.git] / chrome / browser / chromeos / input_method / ibus_keymap.h
blob968359a3bd2aebe6192865d364b4d8d3cacd576d
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_
6 #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_
8 #include <string>
10 namespace chromeos {
11 namespace input_method {
13 // Translate the key value from an IBus constant to a string.
14 std::string GetIBusKey(int keyval);
16 // Translate the unmodified keycode from an IBus constant to a string.
17 std::string GetIBusKeyCode(int keycode);
19 } // namespace input_method
20 } // namespace chromeos
22 #endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_IBUS_KEYMAP_H_