| 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"],
|
|
|