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

Unified Diff: native_client_sdk/src/examples/api/media_stream_video/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 | « native_client_sdk/src/examples/api/media_stream_audio/example.dsc ('k') | no next file » | 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_video/example.dsc
diff --git a/native_client_sdk/src/examples/api/media_stream_video/example.dsc b/native_client_sdk/src/examples/api/media_stream_video/example.dsc
index 75d179a07e84ce3bf6b79cb3be06466529bd562a..ab9dfebe12cd2527f6ff0debc6281ffd2ba87b94 100644
--- a/native_client_sdk/src/examples/api/media_stream_video/example.dsc
+++ b/native_client_sdk/src/examples/api/media_stream_video/example.dsc
@@ -16,8 +16,6 @@
'NAME': 'media_stream_video',
'TITLE': 'MediaStream Video',
'GROUP': 'API',
- 'MIN_CHROME_VERSION': '35.0.0.0'
+ 'MIN_CHROME_VERSION': '35.0.0.0',
+ 'PERMISSIONS': ['videoCapture']
}
-
-
-
« no previous file with comments | « native_client_sdk/src/examples/api/media_stream_audio/example.dsc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698