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

Unified Diff: native_client_sdk/src/examples/api/media_stream_audio/example.dsc

Issue 1374513002: Add missing app permissions to media stream examples (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | native_client_sdk/src/examples/api/media_stream_video/example.dsc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/api/media_stream_audio/example.dsc
diff --git a/native_client_sdk/src/examples/api/media_stream_audio/example.dsc b/native_client_sdk/src/examples/api/media_stream_audio/example.dsc
index 829f0c3ed23784cc21ecbc9712835a4458554d24..9d187295e42afdfea80506994ae73553c055d8f6 100644
--- a/native_client_sdk/src/examples/api/media_stream_audio/example.dsc
+++ b/native_client_sdk/src/examples/api/media_stream_audio/example.dsc
@@ -16,5 +16,6 @@
'NAME': 'media_stream_audio',
'TITLE': 'MediaStream Audio',
'GROUP': 'API',
- 'MIN_CHROME_VERSION': '35.0.0.0'
+ 'MIN_CHROME_VERSION': '35.0.0.0',
+ 'PERMISSIONS': ['audioCapture']
}
« no previous file with comments | « no previous file | native_client_sdk/src/examples/api/media_stream_video/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698