Add virtualKeyboardPrivate API permission to ChromeVox manifest.

This API will be used to send certain keys that are simulated on a braille
display.  These are function keys such as arrow keys, enter, backspace
etc.  The virtual keyboard api is used instead of the similar api in the
IME api so that these keys can be used outside of text fields and
when the Braille IME is not active.

BUG=310285
R=dtseng@chromium.org

Review URL: https://codereview.chromium.org/335063004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278134 0039d316-1c4b-4281-b951-d872f2087c98
parent b1de5360
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
"systemPrivate", "systemPrivate",
"brailleDisplayPrivate", "brailleDisplayPrivate",
"commandLinePrivate", "commandLinePrivate",
"virtualKeyboardPrivate",
"<all_urls>" "<all_urls>"
], ],
"content_scripts": [ "content_scripts": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment