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..306b59fa3c7441595e49385e833e2bb48ffbee07 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"], |