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

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

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos tests Created 7 years, 6 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
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": {

Powered by Google App Engine
This is Rietveld 408576698