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

Unified Diff: chrome/test/data/extensions/api_test/tts_engine/lang_matching/manifest.json

Issue 10581011: Fix TTS extension API language matching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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_engine/lang_matching/manifest.json
diff --git a/chrome/test/data/extensions/api_test/tts_engine/engine_error/manifest.json b/chrome/test/data/extensions/api_test/tts_engine/lang_matching/manifest.json
similarity index 68%
copy from chrome/test/data/extensions/api_test/tts_engine/engine_error/manifest.json
copy to chrome/test/data/extensions/api_test/tts_engine/lang_matching/manifest.json
index 2065cf2fbed2af58250fe94f1e9e5fc06f26af38..c7f4c49bcbdfa69511f1b9270110d0f463463cf7 100644
--- a/chrome/test/data/extensions/api_test/tts_engine/engine_error/manifest.json
+++ b/chrome/test/data/extensions/api_test/tts_engine/lang_matching/manifest.json
@@ -4,14 +4,14 @@
"manifest_version": 2,
"description": "browser test for chrome.ttsEngine API",
"background": {
- "page": "test.html"
+ "scripts": ["test.js"]
},
"tts_engine": {
"voices": [
{
- "voice_name": "Zach",
- "lang": "en-US",
- "event_types": [ "end", "error" ]
+ "voice_name": "FrenchVoice",
+ "lang": "fr",
+ "event_types": [ "end" ]
}
]
},

Powered by Google App Engine
This is Rietveld 408576698