Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5418)

Unified Diff: chrome/common/extensions/docs/samples.json

Issue 8100005: Adding the automatically generated files for the experimental extension speech input API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/experimental.speechInput.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/samples.json
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 5614d6d7df7cbda1534a157a945b733f7589fe98..24ce749e264b514945ea5c713195b4ab2f0424f2 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -78,6 +78,13 @@
"chrome.experimental.settings.get": "experimental.settings.html#method-get",
"chrome.experimental.settings.remove": "experimental.settings.html#method-remove",
"chrome.experimental.settings.set": "experimental.settings.html#method-set",
+ "chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
+ "chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
+ "chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",
+ "chrome.experimental.speechInput.onSoundEnd": "experimental.speechInput.html#event-onSoundEnd",
+ "chrome.experimental.speechInput.onSoundStart": "experimental.speechInput.html#event-onSoundStart",
+ "chrome.experimental.speechInput.start": "experimental.speechInput.html#method-start",
+ "chrome.experimental.speechInput.stop": "experimental.speechInput.html#method-stop",
"chrome.experimental.webNavigation.getAllFrames": "experimental.webNavigation.html#method-getAllFrames",
"chrome.experimental.webNavigation.getFrame": "experimental.webNavigation.html#method-getFrame",
"chrome.experimental.webNavigation.onBeforeNavigate": "experimental.webNavigation.html#event-onBeforeNavigate",
« no previous file with comments | « chrome/common/extensions/docs/experimental.speechInput.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698