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

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

Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..f9457a06428a5e0f2839b7d3a5ae707d6e9ea76c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -533,6 +533,10 @@
"dependencies": ["permission:networkingPrivate"],
"contexts": ["blessed_extension"]
},
+ "networking.config": {
+ "dependencies": ["permission:networking.config"],
+ "contexts": ["blessed_extension"]
+ },
"notificationProvider": {
"dependencies": ["permission:notificationProvider"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698