| 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 5526be906efe37a4f27c23a0804cae4e80b32df1..9a3119fa12abf8945f4bde8560e02b4aab628201 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -623,6 +623,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"]
|
|
|