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

Side by Side 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: remove/add include<string> 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 5656 matching lines...) Expand 10 before | Expand all | Expand 10 after
5667 }, 5667 },
5668 'example_value': False, 5668 'example_value': False,
5669 'id': 167, 5669 'id': 167,
5670 'caption': '''Allow or deny video capture''', 5670 'caption': '''Allow or deny video capture''',
5671 'tags': [], 5671 'tags': [],
5672 'desc': '''Allow or deny video capture. 5672 'desc': '''Allow or deny video capture.
5673 5673
5674 If enabled or not configured (default), the user will be prompted for 5674 If enabled or not configured (default), the user will be prompted for
5675 video capture access except for URLs configured in the 5675 video capture access except for URLs configured in the
5676 VideoCaptureAllowedUrls list which will be granted access without promptin g. 5676 VideoCaptureAllowedUrls list which will be granted access without promptin g.
5677 ARC-apps will be able to access the camera if they have been given
5678 permission.
5677 5679
5678 When this policy is disabled, the user will never be prompted and video 5680 When this policy is disabled, the user will never be prompted and video
5679 capture only be available to URLs configured in VideoCaptureAllowedUrls. 5681 capture only be available to URLs configured in VideoCaptureAllowedUrls.
5682 ARC-apps will not be able to access the camera.
5680 5683
5681 This policy affects all types of video inputs and not only the built-in ca mera.''', 5684 Outside of ARC-apps, this policy affects all types of video inputs and
5685 not only the built-in camera.''',
5682 }, 5686 },
5683 { 5687 {
5684 'name': 'VideoCaptureAllowedUrls', 5688 'name': 'VideoCaptureAllowedUrls',
5685 'type': 'list', 5689 'type': 'list',
5686 'schema': { 5690 'schema': {
5687 'type': 'array', 5691 'type': 'array',
5688 'items': { 'type': 'string' }, 5692 'items': { 'type': 'string' },
5689 }, 5693 },
5690 'supported_on': ['chrome.*:29-', 'chrome_os:29-'], 5694 'supported_on': ['chrome.*:29-', 'chrome_os:29-'],
5691 'features': { 5695 'features': {
(...skipping 2833 matching lines...) Expand 10 before | Expand all | Expand 10 after
8525 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8529 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8526 'text': 'Default Settings (users can override)', 8530 'text': 'Default Settings (users can override)',
8527 }, 8531 },
8528 'doc_complex_policies_on_windows': { 8532 'doc_complex_policies_on_windows': {
8529 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8533 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8530 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 8534 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
8531 }, 8535 },
8532 }, 8536 },
8533 'placeholders': [], 8537 'placeholders': [],
8534 } 8538 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698