summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/samples.html
diff options
context:
space:
mode:
authormkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 11:19:28 +0000
committermkwst@chromium.org <mkwst@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-25 11:19:28 +0000
commit8ba31633bccd99b21ede99797d77933c673fe136 (patch)
tree13b6b08246926cebe72f066c5e038edeb62a882e /chrome/common/extensions/docs/samples.html
parente0851ba4db3cd44cf024048a979dac1e07584925 (diff)
downloadchromium_src-8ba31633bccd99b21ede99797d77933c673fe136.zip
chromium_src-8ba31633bccd99b21ede99797d77933c673fe136.tar.gz
chromium_src-8ba31633bccd99b21ede99797d77933c673fe136.tar.bz2
Adding `content_security_policy` to Speech Input API sample.
As a drive-by, this CL also regenerates the `experimental.settings` docs, which someone apparently forgot to do after committing. :) BUG=92644 TEST= Review URL: http://codereview.chromium.org/8698003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/samples.html')
-rw-r--r--chrome/common/extensions/docs/samples.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/samples.html b/chrome/common/extensions/docs/samples.html
index feca078..633d028 100644
--- a/chrome/common/extensions/docs/samples.html
+++ b/chrome/common/extensions/docs/samples.html
@@ -3927,6 +3927,8 @@
<li>
<code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/background.html?content-type=text/plain">background.html</a></code>
</li><li>
+ <code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/background.js?content-type=text/plain">background.js</a></code>
+ </li><li>
<code><a target="_blank" href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/speechInput/basic/manifest.json?content-type=text/plain">manifest.json</a></code>
</li>
</ul>