Chromium Code Reviews| 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..893a4b18529e5ada71581876f6632b46b098948a 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, password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to <code>true</code>." |
|
Bernhard Bauer
2014/05/23 10:10:22
Nit: "the password manager".
|
| + }, |
| "safeBrowsingEnabled": { |
| "$ref": "types.ChromeSetting", |
| "value": ["safeBrowsingEnabled", {"type":"boolean"}], |