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

Unified Diff: chrome/common/extensions/api/_api_features.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: 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index fb9c1e75149eacb19e8f7b546ce274a9dd2242ef..2c26024167be6b6999763888a7595434e2ea5827 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -51,6 +51,10 @@
"channel": "stable",
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "runtime": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
cduvall 2013/04/26 02:07:21 Not sure if this is right or not, or if it needs e
not at google - send to devlin 2013/04/27 01:02:43 It does need extension types, it's odd that this w
cduvall 2013/05/01 02:51:47 I think without extension_types, it defaults to be
not at google - send to devlin 2013/05/01 20:47:04 yeah, so, these runtime APIs shouldn't be availabl
cduvall 2013/05/01 23:47:10 I think it would definitely be useful for pretty m
+ },
"webRequestInternal": {
"internal": true,
"channel": "stable",
« no previous file with comments | « no previous file | chrome/common/extensions/api/extension_api.h » ('j') | chrome/common/extensions/api/extension_api.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698