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

Unified Diff: chrome/test/data/extensions/api_test/tts/speak_once/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/speak_once/test.js
===================================================================
--- chrome/test/data/extensions/api_test/tts/speak_once/test.js (revision 92678)
+++ chrome/test/data/extensions/api_test/tts/speak_once/test.js (working copy)
@@ -13,7 +13,7 @@
}
chrome.experimental.tts.speak(
'hello world',
- {'onevent': eventListener},
+ {'onEvent': eventListener},
function() {
chrome.test.assertNoLastError();
});

Powered by Google App Engine
This is Rietveld 408576698