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

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

Issue 531973003: Docserver: Add extensionTypes to _api_features.json (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 10c88fa8f18aa68c0a7e31143ab598a42e8d0afb..f0b174ca66eabde457c8b45c1bf19bd20f9d335c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -387,6 +387,13 @@
}],
// This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background.
+ "extensionTypes": {
+ "internal": true,
+ "channel": "stable",
+ "contexts": ["blessed_extension"]
+ },
+ // This is not a real API, only here for documentation purposes.
+ // See http://crbug.com/275944 for background.
"extensionsManifestTypes": {
"internal": true,
"channel": "stable",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698