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

Side by Side Diff: chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json

Issue 141733008: Use incognito split for ChromeVox and TTS in Guest mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added guest manifests for ChromeVox and TTS Created 6 years, 10 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
OLDNEW
1 { 1 {
2 "name": "Chrome OS text-to-speech component extension", 2 "name": "Chrome OS text-to-speech component extension",
3 "version": "1.0.2", 3 "version": "1.0.2",
4 "description": "Chrome OS native text-to-speech implemented using native clien t.", 4 "description": "Chrome OS native text-to-speech implemented using native clien t.",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "incognito": "split",
6 "background": { 7 "background": {
7 "scripts": [ 8 "scripts": [
8 "voice_data_hmm_de-DE.js", 9 "voice_data_hmm_de-DE.js",
9 "voice_data_hmm_en-GB.js", 10 "voice_data_hmm_en-GB.js",
10 "voice_data_hmm_en-US.js", 11 "voice_data_hmm_en-US.js",
11 "voice_data_hmm_es-ES.js", 12 "voice_data_hmm_es-ES.js",
12 "voice_data_hmm_fr-FR.js", 13 "voice_data_hmm_fr-FR.js",
13 "voice_data_hmm_it-IT.js", 14 "voice_data_hmm_it-IT.js",
14 "tts_controller.js", 15 "tts_controller.js",
15 "tts_main.js" 16 "tts_main.js"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 }, 56 },
56 { 57 {
57 "voice_name": "Chrome OS Spanish", 58 "voice_name": "Chrome OS Spanish",
58 "lang": "es-ES", 59 "lang": "es-ES",
59 "gender": "female", 60 "gender": "female",
60 "event_types": [ "start", "word", "end", "error" ] 61 "event_types": [ "start", "word", "end", "error" ]
61 } 62 }
62 ] 63 ]
63 } 64 }
64 } 65 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698