| Index: third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
|
| diff --git a/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js b/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
|
| index fdb6f3709293d1610b7f385ecd2b61975dfaccce..035bfd98e297825839dfe43072067a6c24efbd3e 100644
|
| --- a/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
|
| +++ b/third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js
|
| @@ -65,6 +65,18 @@ i18n.input.chrome.inputview.elements.ElementType = {
|
| EN_SWITCHER: 42,
|
| VOICE_BTN: 43,
|
| VOICE_VIEW: 44,
|
| - VOICE_PRIVACY_GOT_IT: 45
|
| + VOICE_PRIVACY_GOT_IT: 45,
|
| + BACK_TO_KEYBOARD: 46,
|
| + BOLD: 47,
|
| + ITALICS: 48,
|
| + UNDERLINE: 49,
|
| + COPY: 50,
|
| + PASTE: 51,
|
| + CUT: 52,
|
| + SELECT_ALL: 53,
|
| + REDO: 54,
|
| + UNDO: 55,
|
| + SWIPE_VIEW: 56,
|
| + SELECT_VIEW: 57
|
| };
|
|
|
|
|