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 c1ff7c214ab626fdca63b05533e36ede28bd53cd..07462fc8f5adbe12e217a66e7024bc985ef97f61 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 |
@@ -8,8 +8,8 @@ |
"contexts": ["blessed_extension"] |
}, |
"test2": { |
- "contexts": ["blessed_extension"], |
- "dependencies": ["api:test1"] |
+ "channel": "trunk", |
+ "contexts": ["blessed_extension"] |
}, |
"test2.foo": { |
"channel": "trunk", |
@@ -20,8 +20,8 @@ |
"contexts": ["content_script", "blessed_extension"] |
}, |
"test2.baz": { |
- "contexts": ["blessed_extension"], |
- "dependencies": ["api:test2.foo"] |
+ "channel": "trunk", |
+ "contexts": ["blessed_extension"] |
}, |
"test3": { |
"channel": "trunk", |
@@ -32,7 +32,12 @@ |
"contexts": ["blessed_extension"] |
}, |
"test4": { |
- "contexts": ["content_script"], |
- "dependencies": ["api:test1.foo"] |
+ "channel": "trunk", |
+ "contexts": ["web_page"], |
+ "matches": ["<all_urls>"] |
+ }, |
+ "test5": { |
+ "channel": "trunk", |
+ "contexts": ["blessed_web_page"] |
} |
} |