Index: chrome/common/extensions/api/privacy.json |
diff --git a/chrome/common/extensions/api/privacy.json b/chrome/common/extensions/api/privacy.json |
index f14a5f745da5eedcfecfdd347cc18afc92f5a01a..2ffddf05c33873ee21f8cb46e57f5c2b55adc849 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>." |
}, |
+ "passwordSavingEnabled": { |
+ "$ref": "types.ChromeSetting", |
+ "value": ["passwordSavingEnabled", {"type":"boolean"}], |
+ "description": "If enabled, the 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"}], |