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

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: fix bug in searching for unprivileged Created 7 years, 7 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 | « no previous file | chrome/common/extensions/api/extension_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5eab22057667ac2abe86ad4c7040ceea3e7ebce8 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -51,6 +51,61 @@
"channel": "stable",
"contexts": ["blessed_extension", "unblessed_extension", "content_script"]
},
+ "runtime": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension"]
+ },
+ "runtime.connect": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.getManifest": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.getURL": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.id": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.lastError": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.onConnect": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.onMessage": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.reload": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.requestUpdateCheck": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
+ },
+ "runtime.sendMessage": {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app", "platform_app"],
+ "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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698