| 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 48638b4246f3ac4bebde24423be031085dcdfdab..a2aaef6c5ed25f90e05a891c1f88628110fb7851 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -619,6 +619,18 @@
|
| "dependencies": ["permission:sessions"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "settingsPrivate": [{
|
| + "dependencies": ["permission:settingsPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + }, {
|
| + "channel": "trunk",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://md-settings/*",
|
| + "chrome://settings/*",
|
| + "chrome://settings-frame/*"
|
| + ]
|
| + }],
|
| "signedInDevices": {
|
| "dependencies": ["permission:signedInDevices"],
|
| "contexts": ["blessed_extension"]
|
|
|