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

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

Issue 22854025: Use the externally_connectable schema from manifest_types.json to generate its (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 4 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 548703443533712014bb2cc46a472a348fea0cbb..4ddc01bf13c79b6714a6f6f5c33bad1aded90446 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -327,6 +327,13 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"]
},
+ // This is not a real API, only here for documentation purposes.
+ // See http://crbug.com/275944 for background.
+ "manifestTypes": {
+ "internal": true,
+ "channel": "stable",
+ "contexts": "all"
+ },
"mediaGalleries": {
"dependencies": ["permission:mediaGalleries"],
"contexts": ["blessed_extension"]
« no previous file with comments | « no previous file | chrome/common/extensions/api/manifest_types.json » ('j') | chrome/common/extensions/api/manifest_types.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698