| 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 c8b4fc64eb0cc3394cb9699880c42e076e358ccf..43759a6f1eda5d5c802a0e992943c469873913cf 100644
|
| --- a/chrome/common/extensions/api/_api_features.json
|
| +++ b/chrome/common/extensions/api/_api_features.json
|
| @@ -84,6 +84,18 @@
|
| "dependencies": ["permission:audioModem"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "autofillPrivate": [{
|
| + "dependencies": ["permission:autofillPrivate"],
|
| + "contexts": ["blessed_extension"]
|
| + }, {
|
| + "channel": "trunk",
|
| + "contexts": ["webui"],
|
| + "matches": [
|
| + "chrome://md-settings/*",
|
| + "chrome://settings/*",
|
| + "chrome://settings-frame/*"
|
| + ]
|
| + }],
|
| "automationInternal": {
|
| "internal": true,
|
| "dependencies": ["manifest:automation"],
|
| @@ -495,6 +507,10 @@
|
| "dependencies": ["permission:inputMethodPrivate"],
|
| "contexts": ["blessed_extension"]
|
| },
|
| + "instanceID": {
|
| + "dependencies": ["permission:gcm"],
|
| + "contexts": ["blessed_extension"]
|
| + },
|
| "launcherPage": {
|
| "dependencies": ["manifest:launcher_page"],
|
| "contexts": ["blessed_extension"]
|
| @@ -619,6 +635,18 @@
|
| "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"]
|
|
|