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

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: fixes 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..1c73ec9d830562d0c9d4768555dd2064bb931600 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -51,6 +51,50 @@
"channel": "stable",
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "runtime": {
+ "channel": "stable",
+ "contexts": ["blessed_extension"]
+ },
+ "runtime.connect": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.getManifest": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.getURL": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.id": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.lastError": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.onConnect": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.onMessage": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.reload": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.requestUpdateCheck": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.sendMessage": {
+ "channel": "stable",
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
"webRequestInternal": {
"internal": true,
"channel": "stable",
« no previous file with comments | « no previous file | chrome/common/extensions/api/extension_api.h » ('j') | chrome/renderer/resources/extensions/binding.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698