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

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

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move api_features and permissions Created 5 years, 11 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 26abbd079db79e7eb3599ee714bfb9a150bea0fb..4f6871804d27f78f6a7222362a86b8559415af77 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -529,10 +529,6 @@
"dependencies": ["permission:musicManagerPrivate"],
"contexts": ["blessed_extension"]
},
- "networkingPrivate": {
- "dependencies": ["permission:networkingPrivate"],
- "contexts": ["blessed_extension"]
- },
"notificationProvider": {
"dependencies": ["permission:notificationProvider"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698