Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index 0c0a2d1d3301a0a5ccb921307b07745e251ce04e..3e68000e9e20810a70db19409b70e04e9304b27b 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -202,10 +202,16 @@ |
"63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569 |
] |
}, |
- "networkingPrivate": { |
+ "networkingPrivate": [{ |
"dependencies": ["permission:networkingPrivate"], |
"contexts": ["blessed_extension"] |
- }, |
+ }, { |
+ "channel": "stable", |
+ "contexts": ["webui"], |
+ "matches": [ |
+ "chrome://network/*" |
+ ] |
+ }], |
"power": { |
"dependencies": ["permission:power"], |
"contexts": ["blessed_extension"] |