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

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

Issue 9582013: Revert 124660 - Allow comments in extension config files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/api/tts.json ('k') | chrome/common/extensions/api/types.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 [ 1 [
6 { 2 {
7 "namespace": "ttsEngine", 3 "namespace": "ttsEngine",
8 "dependencies": [ "tts" ], 4 "dependencies": [ "tts" ],
9 "functions": [ 5 "functions": [
10 { 6 {
11 "name": "sendTtsEvent", 7 "name": "sendTtsEvent",
12 "nodoc": true, 8 "nodoc": true,
13 "type": "function", 9 "type": "function",
14 "description": "Routes a TTS event from a speech engine to a client.", 10 "description": "Routes a TTS event from a speech engine to a client.",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 ] 91 ]
96 }, 92 },
97 { 93 {
98 "name": "onStop", 94 "name": "onStop",
99 "type": "function", 95 "type": "function",
100 "description": "Fired when a call is made to tts.stop and this extension may be in the middle of speaking. If an extension receives a call to onStop and speech is already stopped, it should do nothing (not raise an error)." 96 "description": "Fired when a call is made to tts.stop and this extension may be in the middle of speaking. If an extension receives a call to onStop and speech is already stopped, it should do nothing (not raise an error)."
101 } 97 }
102 ] 98 ]
103 } 99 }
104 ] 100 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/tts.json ('k') | chrome/common/extensions/api/types.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698