| Index: chrome/test/data/extensions/extension_api_unittest/is_privileged_features_4.json
|
| diff --git a/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_4.json b/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_4.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..8839ce14b6aee9a4201b1ba4e4f62e551ad41d15
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_4.json
|
| @@ -0,0 +1,18 @@
|
| +[
|
| + {
|
| + "namespace": "test",
|
| + "uses_feature_system": true,
|
| + "extension_types": ["extension"],
|
| + "contexts": ["blessed_extension"],
|
| + "functions": [
|
| + {
|
| + "name": "foo",
|
| + "contexts": ["content_script", "blessed_extension"]
|
| + },
|
| + {
|
| + "name": "bar",
|
| + "dependencies": ["api:test.foo"]
|
| + }
|
| + ]
|
| + }
|
| +]
|
|
|