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

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

Issue 2470193002: Introduce networking.onc as an alias for networkingPrivate (Closed)
Patch Set: . Created 4 years 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 5380a15a5e340fb2e79b95d93053db5e51838c87..09ce2e4eb07c49fc8491f4a7f32987ab6ba8ee4e 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -296,13 +296,29 @@
"63ED55E43214C211F82122ED56407FF1A807F2A3"
]
},
+ "networkConfig": [{
+ "dependencies": ["permission:networkConfig"],
+ "contexts": ["blessed_extension"],
+ "source": "networkingPrivate"
+ }, {
+ "channel": "stable",
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://md-settings/*",
+ "chrome://network/*",
+ "chrome://oobe/*",
+ "chrome://settings/*",
+ "chrome://settings-frame/*"
+ ]
+ }],
"networking.config": {
"dependencies": ["permission:networking.config"],
"contexts": ["blessed_extension"]
},
"networkingPrivate": [{
"dependencies": ["permission:networkingPrivate"],
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension"],
+ "alias": "networkConfig"
}, {
"channel": "stable",
"contexts": ["webui"],

Powered by Google App Engine
This is Rietveld 408576698