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

Unified Diff: chrome/common/extensions/api/test.json

Issue 14494013: Allow API functions and events to have entries in _api_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests, Stubs now inspects _api_features.json Created 7 years, 8 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/common/extensions/api/test.json
diff --git a/chrome/common/extensions/api/test.json b/chrome/common/extensions/api/test.json
index add13d8662483201d5a572582cbb2be26e5c4a50..9a53e61a9308e8147d985d14f56d9eb65b9ae7e4 100644
--- a/chrome/common/extensions/api/test.json
+++ b/chrome/common/extensions/api/test.json
@@ -7,6 +7,7 @@
"namespace": "test",
"nodoc": true,
"types": [],
+ "check_unprivileged": true,
"functions": [
{
"name": "getConfig",
@@ -292,6 +293,13 @@
]
},
{
+ "name": "getApiFeatures",
+ "type": "function",
+ "unprivileged": true,
+ "nocompile": true,
+ "parameters": []
+ },
+ {
"name": "getApiDefinitions",
"type": "function",
"nocompile": true,

Powered by Google App Engine
This is Rietveld 408576698