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

Unified Diff: chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2

Issue 2782993002: Add an options page to Select-to-Speak and allow setting voice name, rate (Closed)
Patch Set: fix unit tests Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2
diff --git a/chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2 b/chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2
index 24e84e7d8cefa4cdfe5362a4bef29300dfb0e930..a21a9303d0134bee52628eace1d126a9d330541c 100644
--- a/chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2
+++ b/chrome/browser/resources/chromeos/select_to_speak/manifest.json.jinja2
@@ -11,15 +11,18 @@
{% endif %}
"background": {
"scripts": [
- "select_to_speak.js"
+ "select_to_speak.js",
+ "select_to_speak_main.js"
]
},
"permissions": [
"accessibilityPrivate",
+ "storage",
"tts"
],
"automation": {
"desktop": true
},
- "default_locale": "en"
+ "default_locale": "en",
+ "options_page": "options.html"
}

Powered by Google App Engine
This is Rietveld 408576698