| Index: chrome/test/data/policy/policy_test_cases.json
|
| diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
|
| index 4e5fd5799dda639289239cf30e4e6a6e98ebee85..bae4ba49691643ed223553ae85169ad07eaee39b 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1148,7 +1148,11 @@
|
| "test_policy": { "AudioCaptureAllowedUrls": ["[*.]google.com"] },
|
| "pref_mappings": [
|
| {
|
| - "pref": "hardware.audio_capture_allowed_urls"
|
| + "pref": "hardware.audio_capture_allowed_urls",
|
| + "indicator_selector": "[content-exception=media-stream-mic]",
|
| + "indicator_tests": [
|
| + { "policy": { "AudioCaptureAllowedUrls": ["[*.]google.com"] } }
|
| + ]
|
| }
|
| ]
|
| },
|
| @@ -1173,7 +1177,11 @@
|
| "test_policy": { "VideoCaptureAllowedUrls": ["[*.]google.com"] },
|
| "pref_mappings": [
|
| {
|
| - "pref": "hardware.video_capture_allowed_urls"
|
| + "pref": "hardware.video_capture_allowed_urls",
|
| + "indicator_selector": "[content-exception=media-stream-camera]",
|
| + "indicator_tests": [
|
| + { "policy": { "VideoCaptureAllowedUrls": ["[*.]google.com"] } }
|
| + ]
|
| }
|
| ]
|
| },
|
|
|