Index: chrome/browser/chromeos/input_method/xkeyboard_data.h |
diff --git a/chrome/browser/chromeos/input_method/xkeyboard_data.h b/chrome/browser/chromeos/input_method/xkeyboard_data.h |
deleted file mode 100644 |
index 08566aa5c70adfc52ab4b5f0b1b0a11dce03c3d0..0000000000000000000000000000000000000000 |
--- a/chrome/browser/chromeos/input_method/xkeyboard_data.h |
+++ /dev/null |
@@ -1,66 +0,0 @@ |
-// Copyright (c) 2012 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. |
- |
-// This file was generated by 'gen_keyboard_overlay_data.py --altgr' |
- |
-#ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ |
-#define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ |
- |
-namespace chromeos { |
-namespace input_method { |
- |
-// These are the input method IDs that shouldn't remap the right alt key. |
-const char* kKeepRightAltInputMethods[] = { |
- "mozc-hangul", |
- "xkb:be::fra", |
- "xkb:be::ger", |
- "xkb:be::nld", |
- "xkb:bg::bul", |
- "xkb:bg:phonetic:bul", |
- "xkb:br::por", |
- "xkb:ca::fra", |
- "xkb:ca:eng:eng", |
- "xkb:ch::ger", |
- "xkb:ch:fr:fra", |
- "xkb:cz::cze", |
- "xkb:de::ger", |
- "xkb:de:neo:ger", |
- "xkb:dk::dan", |
- "xkb:ee::est", |
- "xkb:es::spa", |
- "xkb:es:cat:cat", |
- "xkb:fi::fin", |
- "xkb:fr::fra", |
- "xkb:gb:dvorak:eng", |
- "xkb:gb:extd:eng", |
- "xkb:gr::gre", |
- "xkb:hr::scr", |
- "xkb:il::heb", |
- "xkb:it::ita", |
- "xkb:kr:kr104:kor", |
- "xkb:latam::spa", |
- "xkb:lt::lit", |
- "xkb:no::nob", |
- "xkb:pl::pol", |
- "xkb:pt::por", |
- "xkb:ro::rum", |
- "xkb:se::swe", |
- "xkb:si::slv", |
- "xkb:sk::slo", |
- "xkb:tr::tur", |
- "xkb:ua::ukr", |
- "xkb:us:altgr-intl:eng", |
- "xkb:us:intl:eng", |
-}; |
- |
-// These are the overlay names with caps lock remapped |
-const char* kCapsLockRemapped[] = { |
- "xkb:de:neo:ger", |
- "xkb:us:colemak:eng", |
-}; |
- |
-} // input_method |
-} // chromeos |
- |
-#endif // CHROME_BROWSER_CHROMEOS_INPUT_METHOD_XKEYBOARD_DATA_H_ |