Chromium Code Reviews| Index: components/policy/resources/policy_templates.json |
| diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json |
| index a11123c2e886866e30d67fc146fd727ab2e2f323..3173a64d11e3e8ee41d1383acfe67e65be83d258 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -1200,11 +1200,14 @@ |
| 'dynamic_refresh': False, |
| 'per_profile': False, |
| }, |
| + 'deprecated': True, |
| 'example_value': False, |
| 'id': 265, |
| 'caption': '''Enables the old web-based signin''', |
| 'desc': '''Enables the old web-based signin flow. |
| + This setting is no longer needed with Chrome 41 or later. |
|
Andrew T Wilson (Slow)
2015/02/13 15:38:46
Maybe say something like "This setting should no l
Roger Tawa OOO till Jul 10th
2015/02/13 15:57:46
Done, but used 43 instead of 42.
|
| + |
| This setting is useful for enterprise customers who are using SSO solutions that are not compatible with the new inline signin flow yet. |
| If you enable this setting, the old web-based signin flow would be used. |
| If you disable this setting or leave it not set, the new inline signin flow would be used by default. Users may still enable the old web-based signin flow through the command line flag --enable-web-based-signin. |