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

Unified Diff: chrome/common/extensions/api/extension_api.json

Issue 8386074: Add a tray notification UI for speech input recording in the extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: creating the notification object dynamically on first use. Created 9 years, 1 month 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/chrome_tests.gypi ('k') | chrome/common/extensions/docs/experimental.speechInput.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/extension_api.json
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
index 60aecc89d3c74bbb05de2a2fc9bb8a325a0c2eaa..a1bc8363b413738d6e9b8cd35bfab65feab27c37 100644
--- a/chrome/common/extensions/api/extension_api.json
+++ b/chrome/common/extensions/api/extension_api.json
@@ -528,7 +528,7 @@
},
"grammar": {
"type": "string",
- "description": "Name of the grammar to use. Defaults to 'builtin:search'.",
+ "description": "Name of the grammar to use. Defaults to 'builtin:dictation'.",
"optional": true
},
"filterProfanities": {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/experimental.speechInput.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698