| Index: chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json
|
| diff --git a/chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json b/chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json
|
| index b32781d5fc8217b2e8397c4253399120374b5fc4..c1ff7c214ab626fdca63b05533e36ede28bd53cd 100644
|
| --- a/chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json
|
| +++ b/chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json
|
| @@ -1,8 +1,10 @@
|
| {
|
| "test1": {
|
| + "channel": "trunk",
|
| "contexts": ["content_script"]
|
| },
|
| "test1.foo": {
|
| + "channel": "trunk",
|
| "contexts": ["blessed_extension"]
|
| },
|
| "test2": {
|
| @@ -10,9 +12,11 @@
|
| "dependencies": ["api:test1"]
|
| },
|
| "test2.foo": {
|
| + "channel": "trunk",
|
| "contexts": ["content_script"]
|
| },
|
| "test2.bar": {
|
| + "channel": "trunk",
|
| "contexts": ["content_script", "blessed_extension"]
|
| },
|
| "test2.baz": {
|
| @@ -20,9 +24,11 @@
|
| "dependencies": ["api:test2.foo"]
|
| },
|
| "test3": {
|
| + "channel": "trunk",
|
| "contexts": ["content_script", "blessed_extension"]
|
| },
|
| "test3.foo": {
|
| + "channel": "trunk",
|
| "contexts": ["blessed_extension"]
|
| },
|
| "test4": {
|
|
|