| 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 2ab6ae2237b783c26e877eb01081e260c9706345..ff446861cff3ac1b2594a62a47e101f6e99f8df5 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -2436,7 +2436,10 @@
|
| "ArcEnabled": {
|
| "os": ["chromeos"],
|
| "can_be_recommended": false,
|
| - "test_policy": { "ArcEnabled": false }
|
| + "test_policy": { "ArcEnabled": false },
|
| + "pref_mappings": [
|
| + { "pref": "arc.enabled" }
|
| + ]
|
| },
|
|
|
| "ArcApplicationPolicy": {
|
|
|