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 d0ebe4fda602ebe612149906a3e4e71907c4ee16..cdb1e7b09b27301af27a1552e4c471587d1f7e2d 100644 |
| --- a/chrome/common/extensions/api/_api_features.json |
| +++ b/chrome/common/extensions/api/_api_features.json |
| @@ -213,10 +213,14 @@ |
| "dependencies": ["permission:cloudPrintPrivate"], |
| "contexts": ["blessed_extension"] |
| }, |
| - "commandLinePrivate": { |
| + "commandLinePrivate": [{ |
| "dependencies": ["permission:commandLinePrivate"], |
| "contexts": ["blessed_extension"] |
| - }, |
| + }, { |
| + "channel": "trunk", |
|
not at google - send to devlin
2014/08/14 15:33:20
Better make it stable.
ericzeng
2014/08/14 18:11:54
Done.
|
| + "contexts": ["webui"], |
| + "matches": ["chrome://extensions-frame/*", "chrome://extensions/*"] |
| + }], |
| "commands": { |
| "dependencies": ["manifest:commands"], |
| "contexts": ["blessed_extension"] |