| 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 bd5cc382d56f972e889dcca8cadb90acb638eaa8..d47e3dce146cd4a91d2e619e0f935df4c5b0ea26 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"]
|
| }
|
|
|