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

Unified Diff: components/policy/resources/policy_templates.json

Issue 1864523002: Pass policy VideoCaptureAllowed to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify testcases Created 4 years, 8 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: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 133b4dfbd670f2a8945f2db217c2a576ba51cbc3..95fe6136c866516fe75507e02f1b5fe3b1ab5ad9 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -5674,11 +5674,15 @@
If enabled or not configured (default), the user will be prompted for
video capture access except for URLs configured in the
VideoCaptureAllowedUrls list which will be granted access without prompting.
+ ARC-apps will be able to access the camera if they have been given
+ permission.
When this policy is disabled, the user will never be prompted and video
capture only be available to URLs configured in VideoCaptureAllowedUrls.
+ ARC-apps will not be able to access the camera.
- This policy affects all types of video inputs and not only the built-in camera.''',
+ Outside of ARC-apps, this policy affects all types of video inputs and
+ not only the built-in camera.''',
},
{
'name': 'VideoCaptureAllowedUrls',

Powered by Google App Engine
This is Rietveld 408576698