Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index e224c72ab14a8bf681950baf0124e4ef64354c95..1c0e5d6205d60ac3311e62bac416fb8fe5132260 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -112,7 +112,7 @@ |
| # persistent IDs for all fields (but not for groups!) are needed. These are |
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| # because doing so would break the deployed wire format! |
| -# For your editing convenience: highest ID currently used: 158 |
| +# For your editing convenience: highest ID currently used: 160 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -3149,6 +3149,40 @@ |
| If this setting is disabled or not configured then users can use all supported types of external storage on their device.''', |
| }, |
| { |
| + 'name': 'AudioOutputEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_os:0.23-'], |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': False, |
| + 'id': 159, |
| + 'caption': '''Disable playing audio''', |
| + 'desc': '''Disable playing audio. |
|
Mattias Nissler (ping if slow)
2012/08/30 11:51:26
Stills says Disable here and in caption, please fi
pastarmovj
2012/08/31 07:28:24
Done.
|
| + |
| + When this policy is set to false, audio output will not be available on the device while the user is logged in. |
| + |
| + This policy affects all types of audio output and not only the built-in speakers. Audio accessability features are also inhibited by this policy. Do not enable this policy if screen reader is required for this user. |
| + |
| + If this setting is set to true or not configured then users can use all supported audio outputs on their device.''', |
| + }, |
| + { |
| + 'name': 'AudioCaptureEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome_os:0.23-'], |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': False, |
| + 'id': 160, |
| + 'caption': '''Disable capturing audio''', |
| + 'desc': '''Disable capturing audio. |
| + |
| + When this policy is set to false, audio capturing will not be available on the device while the user is logged in. |
| + |
| + This policy affects all types of audio inputs and not only the built-in microphone. |
| + |
| + If this setting is set to true or not configured then users can use all supported audio inputs on their device.''', |
| + }, |
| + { |
| 'name': 'DisableScreenshots', |
| 'type': 'main', |
| 'schema': { 'type': 'boolean' }, |