Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Unified Diff: third_party/google_input_tools/src/chrome/os/inputview/elements/elementtype.js

Issue 899673003: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
};

Powered by Google App Engine
This is Rietveld 408576698