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

Unified Diff: chrome/test/data/extensions/api_test/tts/word_callbacks/test.js

Issue 7282048: Update TTS extension API docs to reflect latest changes. Note that this (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
Index: chrome/test/data/extensions/api_test/tts/word_callbacks/test.js
===================================================================
--- chrome/test/data/extensions/api_test/tts/word_callbacks/test.js (revision 92678)
+++ chrome/test/data/extensions/api_test/tts/word_callbacks/test.js (working copy)
@@ -11,7 +11,7 @@
chrome.experimental.tts.speak(
'one two three',
{
- 'onevent': function(event) {
+ 'onEvent': function(event) {
callbacks++;
switch(callbacks) {
case 1:

Powered by Google App Engine
This is Rietveld 408576698