Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7806)

Unified Diff: chrome/test/data/extensions/extension_api_unittest/privileged_api_features.json

Issue 377753003: Remove GetContexts() from the public interface of extensions::Feature. It was (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/extension_api_unittest.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"]
}
}
« no previous file with comments | « chrome/common/extensions/api/extension_api_unittest.cc ('k') | extensions/browser/event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698