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 03845c9424a3188398ed58bfeb78b6a0f920b40d..c2820da13e487b1a0c65ff603a4b3a5a48c34581 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"}], |
| + "description": "If disable, password manager will no longer ask if you want to save passwords but will continue to fill passwords. This preference's value is a boolean, defaulting to <code>true</code>." |
|
Bernhard Bauer
2014/05/19 11:32:07
Descriptions should be positive, i.e. "If enabled,
|
| + }, |
| "safeBrowsingEnabled": { |
| "$ref": "types.ChromeSetting", |
| "value": ["safeBrowsingEnabled", {"type":"boolean"}], |