Chromium Code Reviews| 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 9e94aa8716f64cf2363440f2eea456d9a37aab92..6892201d6fd6b61cb49b97c8e1dd6a08c08f243a 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -363,11 +363,16 @@ |
| "extension.sendRequest": { |
| "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| }, |
| - "extensionOptionsInternal": { |
| + "extensionOptionsInternal": [{ |
| "internal": true, |
| "contexts": ["blessed_extension"], |
| "dependencies": ["permission:embeddedExtensionOptions"] |
| - }, |
| + }, { |
| + "internal": true, |
| + "channel": "trunk", |
| + "contexts": ["webui"], |
| + "matches": ["chrome://*/*"] |
|
not at google - send to devlin
2014/08/07 23:06:02
can you make this more specific than all of chrome
ericzeng
2014/08/08 00:23:46
Done, but I'm not sure why this combination in par
not at google - send to devlin
2014/08/08 14:08:15
- the second rule chrome://chrome/extensions shoul
ericzeng
2014/08/08 21:35:51
I think I fixed it actually, it was easier to find
|
| + }], |
| // This is not a real API, only here for documentation purposes. |
| // See http://crbug.com/275944 for background. |
| "extensionsManifestTypes": { |
| @@ -441,6 +446,11 @@ |
| "internal": true, |
| "dependencies": ["permission:webview"], |
| "contexts": ["unblessed_extension"] |
| + }, { |
| + "internal": true, |
| + "channel": "trunk", |
| + "contexts": ["webui"], |
| + "matches": ["chrome://*/*"] |
| }], |
|
not at google - send to devlin
2014/08/07 23:06:02
ideally this API rule would actually be:
"guestVi
ericzeng
2014/08/08 00:23:46
Acknowledged.
|
| "hangoutsPrivate": { |
| "channel": "stable", |