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 353707d91045731707d44ad2f0061a8a9100276b..760fc3d32f3f525ce33e86e2b84d7089502776b8 100644 |
| --- a/components/policy/resources/policy_templates.json |
| +++ b/components/policy/resources/policy_templates.json |
| @@ -120,7 +120,7 @@ |
| # persistent IDs for all fields (but not for groups!) are needed. These are |
| # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
| # because doing so would break the deployed wire format! |
| -# For your editing convenience: highest ID currently used: 270 |
| +# For your editing convenience: highest ID currently used: 271 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -6528,6 +6528,22 @@ |
| While the policy itself is supported on the above platforms, the feature it is enabling may be available on fewer platforms. Not all deprecated Web Platform features can be re-enabled. Only the ones explicitly listed below can be for a limited period of time, which is different per feature. The general format of the string tag will be [DeprecatedFeatureName]_EffectiveUntil[yyyymmdd]. As reference, you can find the intent behind the Web Platform feature changes at http://bit.ly/blinkintents. |
| ''', |
| }, |
| + { |
| + 'name': 'BrowserGuestModeEnabled', |
| + 'type': 'main', |
| + 'schema': { 'type': 'boolean' }, |
| + 'supported_on': ['chrome.*:39-'], |
|
Joao da Silva
2014/07/14 17:11:59
38?
Mike Lerman
2014/07/15 14:28:12
We're currently targeting M39 for Guest Mode.
|
| + 'features': { |
| + 'dynamic_refresh': True, |
| + 'per_profile': False, |
| + }, |
| + 'example_value': True, |
| + 'id': 271, |
| + 'caption': '''Enable guest mode in browser''', |
| + 'desc': '''If this policy is set to true or not configured, <ph name="PRODUCT_OS_NAME">$1<ex>Google Chrome</ex></ph> will enable guest logins. Guest logins are <ph name="PRODUCT_OS_NAME">$1<ex>Google Chrome</ex></ph> passwords where all windows are in incognito mode. |
|
Joao da Silva
2014/07/14 17:11:59
Use PRODUCT_NAME instead of PRODUCT_OS_NAME
Joao da Silva
2014/07/14 17:11:59
Did you mean "profiles" instead of "passwords"?
Mike Lerman
2014/07/15 14:28:12
Done.
Mike Lerman
2014/07/15 14:28:12
I did! Thanks.
|
| + |
| + If this policy is set to false, <ph name="PRODUCT_OS_NAME">$1<ex>Google Chrome</ex></ph> will not allow guest profiles to be started.''', |
|
Joao da Silva
2014/07/14 17:11:59
Same here for PRODUCT_OS_NAME
Mike Lerman
2014/07/15 14:28:12
Done.
|
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |