From 261a71d7d8ffc820734273b1596c9b15eb9fc25f Mon Sep 17 00:00:00 2001 From: "dmazzoni@chromium.org" Date: Wed, 20 Jul 2011 19:27:54 +0000 Subject: Move the tts and ttsEngine APIs out of experimental, and give them new explicit permissions and install warning messages. Also change the hidden event ttsEngine.onEvent to tts.onEvent, which is where it belongs because it's sent to clients who call tts.speak and has nothing to do with engines. BUG=none TEST=none Review URL: http://codereview.chromium.org/7258007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93232 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/manifest.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'chrome/common/extensions/docs/manifest.html') diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html index ce653a1..2338a0c 100644 --- a/chrome/common/extensions/docs/manifest.html +++ b/chrome/common/extensions/docs/manifest.html @@ -808,6 +808,16 @@ table. chrome.windows module. + "tts" + Required if the extension uses the + chrome.tts module. + + + "ttsEngine" + Required if the extension uses the + chrome.ttsEngine module. + + "unlimitedStorage" Provides an unlimited quota for storing HTML5 client-side data, such as databases and local storage files. -- cgit v1.1