Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3363)

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 1834783003: Added the SuppressUnsupportedOSWarning policy setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed policy_test_cases Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": {

Powered by Google App Engine
This is Rietveld 408576698