Index: third_party/google_input_tools/src/chrome/os/inputview/config/constants.js |
diff --git a/third_party/google_input_tools/src/chrome/os/inputview/config/constants.js b/third_party/google_input_tools/src/chrome/os/inputview/config/constants.js |
index d09f3cfae2df3b2b32cf27d7f0a56ba8994315dd..57544ad93d091681b3c0b16261a0eb0033bbde65 100644 |
--- a/third_party/google_input_tools/src/chrome/os/inputview/config/constants.js |
+++ b/third_party/google_input_tools/src/chrome/os/inputview/config/constants.js |
@@ -13,13 +13,13 @@ |
// |
goog.provide('i18n.input.chrome.inputview.content.Constants'); |
+goog.require('i18n.input.chrome.ElementType'); |
goog.require('i18n.input.chrome.inputview.Css'); |
goog.require('i18n.input.chrome.inputview.StateType'); |
-goog.require('i18n.input.chrome.inputview.elements.ElementType'); |
goog.scope(function() { |
-var ElementType = i18n.input.chrome.inputview.elements.ElementType; |
+var ElementType = i18n.input.chrome.ElementType; |
/** |
@@ -75,6 +75,11 @@ i18n.input.chrome.inputview.content.Constants.NON_LETTER_KEYS = { |
'iconCssClass': i18n.input.chrome.inputview.Css.GLOBE_ICON, |
'type': ElementType.GLOBE_KEY, |
'id': 'Globe' |
+ }, |
+ HOTROD_SWITCHER: { |
+ 'iconCssClass': i18n.input.chrome.inputview.Css.BACK_TO_KEYBOARD_ICON, |
+ 'type': ElementType.HOTROD_SWITCHER_KEY, |
+ 'id': 'HotrodSwitch' |
} |
}; |