Chromium Code Reviews| 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 }, |