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

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

Issue 246423002: Split feature definitions into extensions and chrome features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: repack2 Created 6 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
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/_manifest_features.json » ('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 647d7acc70429c1bf5ef2ae8273222b85dc186ed..32d75de4b779b08ad0f306aa705f9508c2950a36 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// See c/c/e/features/* to understand this file, in particular feature.h,
-// simple_feature.h, and base_feature_provider.h.
+// This features file defines extension APIs implemented under src/chrome.
+// See extensions/common/features/* to understand this file, in particular
+// feature.h, simple_feature.h, and base_feature_provider.h.
//
// Note that specifying "web_page", "blessed_web_page", or "all" as a context
// type will require manually updating chrome/renderer/resources/dispatcher.cc.
@@ -261,10 +262,6 @@
"dependencies": ["permission:dial"],
"contexts": ["blessed_extension"]
},
- "dns": {
- "dependencies": ["permission:dns"],
- "contexts": ["blessed_extension"]
- },
"downloads": {
"dependencies": ["permission:downloads"],
"contexts": ["blessed_extension"]
@@ -651,26 +648,6 @@
"dependencies": ["permission:signedInDevices"],
"contexts": ["blessed_extension"]
},
- "socket": {
- "dependencies": ["permission:socket"],
- "contexts": ["blessed_extension"]
- },
- "sockets.tcp": {
- "dependencies": ["manifest:sockets"],
- "contexts": ["blessed_extension"]
- },
- "sockets.tcpServer": {
- "dependencies": ["manifest:sockets"],
- "contexts": ["blessed_extension"]
- },
- "sockets.udp": {
- "dependencies": ["manifest:sockets"],
- "contexts": ["blessed_extension"]
- },
- "storage": {
- "dependencies": ["permission:storage"],
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
- },
"streamsPrivate": {
"dependencies": ["permission:streamsPrivate"],
"contexts": ["blessed_extension"]
@@ -724,12 +701,6 @@
"dependencies": ["permission:terminalPrivate"],
"contexts": ["blessed_extension"]
},
- "test": {
- "internal": true,
- "channel": "stable",
- "extension_types": "all",
- "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
- },
"topSites": {
"dependencies": ["permission:topSites"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/_manifest_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698