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

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

Issue 118253005: Add managed policies for Native Messaging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 b6369f66559dc0a082332d95653f3b75aac4425c..b78c0f94b14497be8f6d2b95de4fd1e6525d3cdd 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -1959,6 +1959,22 @@
]
},
+ "NativeMessagingBlacklist": {
+ "os": ["win", "linux", "mac"],
+ "test_policy": { "NativeMessagingBlacklist": ["*"] },
+ "pref_mappings": [
+ { "pref": "native_messaging.blacklist" }
+ ]
+ },
+
+ "NativeMessagingWhitelist": {
+ "os": ["win", "linux", "mac"],
+ "test_policy": { "NativeMessagingWhitelist": ["native.messaging.host.name"] },
+ "pref_mappings": [
+ { "pref": "native_messaging.whitelist" }
+ ]
+ },
+
"----- Chrome OS device policies ---------------------------------------": {},
"DevicePolicyRefreshRate": {

Powered by Google App Engine
This is Rietveld 408576698