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

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

Issue 1865803002: [Policy Experimental] Add policies to allow Cookies and Pop-ups exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync; compile fix in PolicyProvider::GetUserExceptionsUsageSettingForType(). Created 4 years, 8 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 1ce28fe32de56c828351385bbd4ab1fdb06f19d8..f1d82d50f273b12bf9966a103609dc1ca8fc5661 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1153,6 +1153,22 @@
]
},
+ "UserCookiesExceptionsUsage": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "UserCookiesExceptionsUsage": 2 },
+ "pref_mappings": [
+ { "pref": "profile.user_exceptions_usage.cookies" }
+ ]
+ },
+
+ "UserPopupsExceptionsUsage": {
+ "os": ["win", "linux", "mac", "chromeos"],
+ "test_policy": { "UserPopupsExceptionsUsage": 2 },
+ "pref_mappings": [
+ { "pref": "profile.user_exceptions_usage.popups" }
+ ]
+ },
+
"AudioCaptureAllowed": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "AudioCaptureAllowed": false },
@@ -2675,7 +2691,7 @@
"AllowKioskAppControlChromeVersion": {
},
-
+
"LoginAuthenticationBehavior": {
"os": ["chromeos"],
"test_policy": { "LoginAuthenticationBehavior": 1 },

Powered by Google App Engine
This is Rietveld 408576698