| 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 12fd37e5f1118efaa1d26ef5a1092c318a4fe637..1ebe0958a79d32ec790fdfe992c95c2f59beeec7 100644
|
| --- a/chrome/test/data/policy/policy_test_cases.json
|
| +++ b/chrome/test/data/policy/policy_test_cases.json
|
| @@ -352,6 +352,14 @@
|
| ]
|
| },
|
|
|
| + "SigninAllowed": {
|
| + "os": ["win", "linux", "mac"],
|
| + "test_policy": { "SigninAllowed": true },
|
| + "pref_mappings": [
|
| + { "pref": "signin.allowed" }
|
| + ]
|
| + },
|
| +
|
| "UserDataDir": {
|
| "note": "TODO(joaodasilva): To test that this policy works correctly, it would need to be set before the browser is launched. PolicyPrefsTest should be refactored to support this and a test for this policy added."
|
| },
|
|
|