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 3ad037d421ffe29a4f5409f34fe3ea510cccb64d..433468d839d4ad104fff1952f0a383d88ed2ca5b 100644 |
--- a/chrome/test/data/policy/policy_test_cases.json |
+++ b/chrome/test/data/policy/policy_test_cases.json |
@@ -704,14 +704,17 @@ |
"test_policy": { |
"ExtensionSettings": { |
"abcdefghijklmnopabcdefghijklmnop" : { |
- "installation_mode": "allowed" |
+ "installation_mode": "allowed", |
+ "blocked_permissions": ["history"] |
}, |
"bcdefghijklmnopabcdefghijklmnopa" : { |
"installation_mode": "force_installed", |
- "update_url": "http://example.com/update_url" |
+ "update_url": "http://example.com/update_url", |
+ "allowed_permissions": ["downloads"] |
}, |
"*": { |
"installation_mode": "blocked", |
+ "blocked_permissions": ["downloads", "bookmarks"], |
"install_sources": ["http://company-intranet/chromeapps"], |
"allowed_types": ["hosted_app"] |
} |