| 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 1c043ae7118ca0ced5a600052bf8678d3615a7a3..6b1f257ae508562caf09e728f17c0209e0758796 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -2058,6 +2058,14 @@
|
| ]
|
| },
|
|
|
| + "ExternalStorageReadOnly": {
|
| + "os": ["chromeos"],
|
| + "test_policy": { "ExternalStorageReadOnly": true },
|
| + "pref_mappings": [
|
| + { "pref": "hardware.external_storage_read_only" }
|
| + ]
|
| + },
|
| +
|
| "AudioOutputAllowed": {
|
| "os": ["chromeos"],
|
| "test_policy": { "AudioOutputAllowed": true },
|
|
|