| 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 1f906682770e57a03571be9c9d5db1870c4c767b..29f5b579ceac9c31c7cc2c0f438883b66a11b420 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -709,18 +709,6 @@
|
| "dependencies": ["permission:rtcPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| - "searchEnginesPrivate": [{
|
| - "dependencies": ["permission:searchEnginesPrivate"],
|
| - "contexts": ["blessed_extension"]
|
| - }, {
|
| - "channel": "trunk",
|
| - "contexts": ["webui"],
|
| - "matches": [
|
| - "chrome://md-settings/*",
|
| - "chrome://settings/*",
|
| - "chrome://settings-frame/*"
|
| - ]
|
| - }],
|
| "sessions": {
|
| "dependencies": ["permission:sessions"],
|
| "contexts": ["blessed_extension"]
|
|
|