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

Side by Side Diff: chrome/common/extensions/api/extension_api.json

Issue 8508051: Revert 109285 - Seems to have broken chrome_frame_net_tests on the win_rel trybot, stuffing up th... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/docs/experimental.speechInput.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "namespace": "extension", 3 "namespace": "extension",
4 "unprivileged": true, 4 "unprivileged": true,
5 "types": [ 5 "types": [
6 { 6 {
7 "id": "MessageSender", 7 "id": "MessageSender",
8 "type": "object", 8 "type": "object",
9 "description": "An object containing information about the script contex t that sent a message or request.", 9 "description": "An object containing information about the script contex t that sent a message or request.",
10 "properties": { 10 "properties": {
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 "type": "object", 521 "type": "object",
522 "description": "Object describing the options used for speech recognitio n.", 522 "description": "Object describing the options used for speech recognitio n.",
523 "properties": { 523 "properties": {
524 "language": { 524 "language": {
525 "type": "string", 525 "type": "string",
526 "optional": true, 526 "optional": true,
527 "description": "BCP-47 language code of the language to recognize. W hen set to 'auto' or not defined defaults to user's most preferred content langu age. Will use 'en-US' if not supported or invalid." 527 "description": "BCP-47 language code of the language to recognize. W hen set to 'auto' or not defined defaults to user's most preferred content langu age. Will use 'en-US' if not supported or invalid."
528 }, 528 },
529 "grammar": { 529 "grammar": {
530 "type": "string", 530 "type": "string",
531 "description": "Name of the grammar to use. Defaults to 'builtin:dic tation'.", 531 "description": "Name of the grammar to use. Defaults to 'builtin:sea rch'.",
532 "optional": true 532 "optional": true
533 }, 533 },
534 "filterProfanities": { 534 "filterProfanities": {
535 "type": "boolean", 535 "type": "boolean",
536 "optional": true, 536 "optional": true,
537 "description": "Enable or disable profanity filtering. Will use the default Chrome filtering settings if not set." 537 "description": "Enable or disable profanity filtering. Will use the default Chrome filtering settings if not set."
538 } 538 }
539 } 539 }
540 }, 540 },
541 { 541 {
(...skipping 8667 matching lines...) Expand 10 before | Expand all | Expand 10 after
9209 } 9209 }
9210 } 9210 }
9211 } 9211 }
9212 ] 9212 ]
9213 } 9213 }
9214 ] 9214 ]
9215 } 9215 }
9216 ] 9216 ]
9217 } 9217 }
9218 ] 9218 ]
OLDNEW
« 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