Index: chrome/common/extensions/api/privacy.json |
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json |
index 03845c9424a3188398ed58bfeb78b6a0f920b40d..c9272d7b82b2511802599c1797c8efd2ab6e3e67 100644 |
--- a/chrome/common/extensions/api/privacy.json |
+++ b/chrome/common/extensions/api/privacy.json |
@@ -34,6 +34,11 @@ |
"value": ["autofillEnabled", {"type":"boolean"}], |
"description": "If enabled, Chrome offers to automatically fill in forms. This preference's value is a boolean, defaulting to <code>true</code>." |
}, |
+ "passwordManagerEnabled": { |
+ "$ref": "types.ChromeSetting", |
+ "value": ["passwordManagerEnabled", {"type":"boolean"}], |
Bernhard Bauer
2014/05/19 14:19:06
Now that I think about it, do we want to change th
|
+ "description": "If enabled, password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to <code>true</code>." |
+ }, |
"safeBrowsingEnabled": { |
"$ref": "types.ChromeSetting", |
"value": ["safeBrowsingEnabled", {"type":"boolean"}], |