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

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: Update code as per Bernhard's review comments. 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
« no previous file with comments | « chrome/browser/extensions/api/preference/preference_apitest.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"}],
« no previous file with comments | « chrome/browser/extensions/api/preference/preference_apitest.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698