Chromium Code Reviews| 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..29d66b57570ea461e4f17251bcd96d5f9a5b05c8 100644 |
| --- a/extensions/common/api/_api_features.json |
| +++ b/extensions/common/api/_api_features.json |
| @@ -204,7 +204,10 @@ |
| }, |
| "networkingPrivate": { |
| "dependencies": ["permission:networkingPrivate"], |
|
not at google - send to devlin
2015/01/29 23:53:17
oh, this is a problem here. You can't depend on th
|
| - "contexts": ["blessed_extension"] |
| + "contexts": ["blessed_extension", "webui"], |
| + "matches": [ |
| + "chrome://network/*" |
| + ] |
| }, |
| "power": { |
| "dependencies": ["permission:power"], |