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

Unified Diff: chrome/browser/resources/access_chromevox/manifest.json

Issue 7258007: Move the tts and ttsEngine APIs out of experimental, and give (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/browser/resources/access_chromevox/manifest.json
===================================================================
--- chrome/browser/resources/access_chromevox/manifest.json (revision 93167)
+++ chrome/browser/resources/access_chromevox/manifest.json (working copy)
@@ -8,6 +8,7 @@
"bookmarks",
"tabs",
"experimental",
+ "tts",
"<all_urls>"
],
"content_scripts": [
@@ -21,6 +22,5 @@
"common/extension_bridge.js"
]
}
- ],
- "options_page": "chromevox/background/options.html"
+ ]
}
« no previous file with comments | « chrome/browser/extensions/extension_tts_engine_api.cc ('k') | chrome/common/extensions/api/extension_api.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698