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

Unified Diff: chrome/test/data/policy/policy_test_cases.json

Issue 256003003: Enable Automatic Passwords Saving (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/test/data/policy/policy_test_cases.json
diff --git a/chrome/test/data/policy/policy_test_cases.json b/chrome/test/data/policy/policy_test_cases.json
index e54a6b3cd2d218f705acb8453c666e64026230fe..09f8cd137cbf63a86aa38fefd92ad341ed5a95be 100644
--- a/chrome/test/data/policy/policy_test_cases.json
+++ b/chrome/test/data/policy/policy_test_cases.json
@@ -316,6 +316,19 @@
]
},
+ "PasswordManagerEnableAutomaticPasswordsSaving": {
vabr (Chromium) 2014/04/28 09:13:14 I don't understand what's the purpose of this chan
rchtara 2014/04/28 11:28:29 Done.
+ "os": ["win", "linux", "mac", "chromeos"],
+ "can_be_recommended": true,
+ "test_policy": { "PasswordManagerEnableAutomaticPasswordsSaving": false },
+ "pref_mappings": [
+ { "pref": "profile.password_manager_enable_automatic_passwords_saving",
+ "indicator_tests": [
+ { "policy": { "PasswordManagerEnableAutomaticPasswordsSaving": false } }
+ ]
+ }
+ ]
+ },
+
"PasswordManagerAllowShowPasswords": {
"os": ["win", "linux", "mac", "chromeos"],
"test_policy": { "PasswordManagerAllowShowPasswords": false },

Powered by Google App Engine
This is Rietveld 408576698