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 9711a8b4bb12484bdd9714c29456d58fea419014..883b32de6106ec2d4c0128c852ff65077acf3713 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -584,6 +584,18 @@ |
"dependencies": ["permission:pageCapture"], |
"contexts": ["blessed_extension"] |
}, |
+ "passwordsPrivate": [{ |
+ "dependencies": ["permission:passwordsPrivate"], |
+ "contexts": ["blessed_extension"] |
+ }, { |
+ "channel": "trunk", |
+ "contexts": ["webui"], |
+ "matches": [ |
+ "chrome://md-settings/*", |
+ "chrome://settings/*", |
+ "chrome://settings-frame/*" |
+ ] |
+ }], |
"permissions": { |
"channel": "stable", |
"extension_types": ["extension", "legacy_packaged_app", "platform_app"], |