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

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

Issue 532423002: Inlining references to internal APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing extensionTypes from chrome api features (still in extension api features) Created 6 years, 3 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 4b1bcb5a7b30148f8ddb7b32923c1e78b281b94b..f078e8b2a8a436ef4138787b5b4f09a5f6b8e058 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -40,6 +40,11 @@
"dependencies": ["permission:dns"],
"contexts": ["blessed_extension"]
},
+ "extensionTypes": {
Ken Rockot(use gerrit already) 2014/09/04 01:57:12 Please preserve the "not a real API" disclaimer fr
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
+ "contexts": ["blessed_extension"]
+ },
"hid": {
"dependencies": ["permission:hid"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698