Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5118)

Unified Diff: chrome/common/extensions/api/privacy.json

Issue 290123003: Exposes passwordSavingEnabled API from chrome privacy preference extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"}],

Powered by Google App Engine
This is Rietveld 408576698