summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_input_module_constants.cc
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-12 07:01:27 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-12 07:01:27 +0000
commit817925aaf716cb623c56e21030650f075e510157 (patch)
tree7fa202867b8025e0556622a5c48143ec256860f3 /chrome/browser/extensions/extension_input_module_constants.cc
parentc24e5d45e49e3241332b7df30d925ba684d35b61 (diff)
downloadchromium_src-817925aaf716cb623c56e21030650f075e510157.zip
chromium_src-817925aaf716cb623c56e21030650f075e510157.tar.gz
chromium_src-817925aaf716cb623c56e21030650f075e510157.tar.bz2
Implement SetMenuItems and UpdateMenuItems in the IME API
BUG=chromium-os:16090 TEST=Manual Review URL: http://codereview.chromium.org/8073022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105027 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_input_module_constants.cc')
-rw-r--r--chrome/browser/extensions/extension_input_module_constants.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_input_module_constants.cc b/chrome/browser/extensions/extension_input_module_constants.cc
index 18ce4b2..c6bbbf8 100644
--- a/chrome/browser/extensions/extension_input_module_constants.cc
+++ b/chrome/browser/extensions/extension_input_module_constants.cc
@@ -6,23 +6,33 @@
namespace extension_input_module_constants {
+const char kAltKeyKey[] = "altKey";
const char kAnnotationKey[] = "annotation";
const char kAuxiliaryTextKey[] = "auxiliaryText";
const char kAuxiliaryTextVisibleKey[] = "auxiliaryTextVisible";
const char kCandidateIdKey[] = "candidateID";
const char kCandidateKey[] = "candidate";
const char kCandidatesKey[] = "candidates";
+const char kCheckedKey[] = "checked";
const char kContextIdKey[] = "contextID";
+const char kCtrlKeyKey[] = "ctrlKey";
const char kCursorVisibleKey[] = "cursorVisible";
+const char kEnabledKey[] = "enabled";
const char kEndKey[] = "end";
const char kEngineIdKey[] = "engineID";
+const char kIconKey[] = "icon";
const char kIdKey[] = "id";
+const char kItemsKey[] = "items";
+const char kKeyKey[] = "key";
const char kLabelKey[] = "label";
const char kPageSizeKey[] = "pageSize";
+const char kParentIdKey[] = "parentId";
const char kPropertiesKey[] = "properties";
const char kSegmentsKey[] = "segments";
const char kSelectionEndKey[] = "selectionEnd";
const char kSelectionStartKey[] = "selectionStart";
+const char kShiftKeyKey[] = "shiftKey";
+const char kShortcutKey[] = "shortcut";
const char kStartKey[] = "start";
const char kStyleDoubleUnderline[] = "doubleUnderline";
const char kStyleKey[] = "style";