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 05d5811e1c40570709f8d2de5de8c76597d032c2..518715b8de22fb2995efcb7b305caf90c227780f 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"], |