| 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 df5ef2e97dc8be8fb8e171ee67f05a99503acca7..bfa7c58916482826da5612721385fc1e4c8b08cf 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -1881,6 +1881,16 @@
|
| ]
|
| },
|
|
|
| + "SuppressUnsupportedOSWarning": {
|
| + "os": ["chromeos", "linux", "mac", "win"],
|
| + "test_policy": { "SuppressUnsupportedOSWarning": true },
|
| + "pref_mappings": [
|
| + { "pref": "browser.suppress_unsupported_os_warning",
|
| + "local_state": true
|
| + }
|
| + ]
|
| + },
|
| +
|
| "----- Chrome OS policies ------------------------------------------------": {},
|
|
|
| "ChromeOsLockOnIdleSuspend": {
|
|
|