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