diff options
author | shuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 14:20:28 +0000 |
---|---|---|
committer | shuchen@chromium.org <shuchen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 14:20:28 +0000 |
commit | a259f7f8643bdbf3000a6efcb30ccff13121a756 (patch) | |
tree | 1270db96f77472d0332d29b8cadf4a8d42c51062 /chrome/common | |
parent | c8fae2c4f4bafb43b99b516510958698606634d4 (diff) | |
download | chromium_src-a259f7f8643bdbf3000a6efcb30ccff13121a756.zip chromium_src-a259f7f8643bdbf3000a6efcb30ccff13121a756.tar.gz chromium_src-a259f7f8643bdbf3000a6efcb30ccff13121a756.tar.bz2 |
[IME API] Adds input.ime.hideInputView API.
BUG=316524
TEST=Locally verified on sandbox.
Review URL: https://codereview.chromium.org/108723004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/input_ime.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json index 7254776..d821328 100644 --- a/chrome/common/extensions/api/input_ime.json +++ b/chrome/common/extensions/api/input_ime.json @@ -216,6 +216,12 @@ ] }, { + "name": "hideInputView", + "type": "function", + "description": "Hides the input view window, which is popped up automatically by system. If the input view window is already hidden, this function will do nothing.", + "parameters": [] + }, + { "name": "setCandidateWindowProperties", "type": "function", "description": "Sets the properties of the candidate window. This fails if the extension doesn't own the active IME", |