summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/manifest.html
diff options
context:
space:
mode:
authordmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 19:27:54 +0000
committerdmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-20 19:27:54 +0000
commit261a71d7d8ffc820734273b1596c9b15eb9fc25f (patch)
tree287c96611afb7e18254cb161a12200d6a8c1b613 /chrome/common/extensions/docs/manifest.html
parentb0169967ef7b6540c2ea189542648bdddb5a837d (diff)
downloadchromium_src-261a71d7d8ffc820734273b1596c9b15eb9fc25f.zip
chromium_src-261a71d7d8ffc820734273b1596c9b15eb9fc25f.tar.gz
chromium_src-261a71d7d8ffc820734273b1596c9b15eb9fc25f.tar.bz2
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
Diffstat (limited to 'chrome/common/extensions/docs/manifest.html')
-rw-r--r--chrome/common/extensions/docs/manifest.html10
1 files changed, 10 insertions, 0 deletions
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.
<a href="windows.html">chrome.windows</a> module. </td>
</tr>
<tr>
+ <td> "tts" </td>
+ <td> Required if the extension uses the
+ <a href="tts.html">chrome.tts</a> module. </td>
+</tr>
+<tr>
+ <td> "ttsEngine" </td>
+ <td> Required if the extension uses the
+ <a href="ttsEngine.html">chrome.ttsEngine</a> module. </td>
+</tr>
+<tr>
<td> "unlimitedStorage"</td>
<td> Provides an unlimited quota for storing HTML5 client-side data,
such as databases and local storage files.