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

Side by Side Diff: chrome/test/data/extensions/platform_apps/speech/background_page/manifest.json

Issue 24292004: Allow webkitSpeechRecognition work from an app's background page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync + add ctor/dtor for test class. Created 7 years, 2 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
OLDNEW
(Empty)
1 {
2 "name": "Platform App Test: Speech recognition",
3 "description": "webkitSpeechRecognition test from background page of an app.",
4 "version": "1",
5 "permissions": [
6 "audioCapture"
7 ],
8 "app": {
9 "background": {
10 "scripts": ["test.js"]
11 }
12 }
13 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/extensions/platform_apps/speech/background_page/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698