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

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

Issue 9950046: Implement FeatureProvider for ExtensionAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hate hate hate Created 8 years, 9 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/test/data/extensions/extension_api_unittest/is_privileged_features_4.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json
diff --git a/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json b/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json
new file mode 100644
index 0000000000000000000000000000000000000000..9db5b2dc4c7876b601e35d73063c38963d52e5d3
--- /dev/null
+++ b/chrome/test/data/extensions/extension_api_unittest/is_privileged_features_5.json
@@ -0,0 +1,18 @@
+[
+ {
+ "namespace": "test",
+ "uses_feature_system": true,
+ "extension_types": ["extension"],
+ "contexts": ["blessed_extension"],
+ "functions": [
+ {
+ "name": "foo",
+ "dependencies": ["test2:monkey"]
+ },
+ {
+ "name": "bar",
+ "dependencies": ["api:test.foo"]
+ }
+ ]
+ }
+]
« no previous file with comments | « chrome/test/data/extensions/extension_api_unittest/is_privileged_features_4.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698