Chromium Code Reviews| Index: chrome/app/policy/policy_templates.json |
| diff --git a/chrome/app/policy/policy_templates.json b/chrome/app/policy/policy_templates.json |
| index 670b9eb2ceef0fdec50834d08149ec04388c2390..493844a3dd3b76acc0cf2239745fa4ea08a5d8df 100644 |
| --- a/chrome/app/policy/policy_templates.json |
| +++ b/chrome/app/policy/policy_templates.json |
| @@ -112,7 +112,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: 152 |
| +# For your editing convenience: highest ID currently used: 153 |
| # |
| # Placeholders: |
| # The following placeholder strings are automatically substituted: |
| @@ -2772,6 +2772,21 @@ |
| If this setting is disabled or not configured then users can use all supported types of external storage on their device.''', |
| }, |
| + { |
| + 'name': 'DeviceTimezone', |
| + 'type': 'string', |
| + 'supported_on': ['chrome_os:22-'], |
| + 'device_only': True, |
| + 'features': {'dynamic_refresh': True}, |
| + 'example_value': 'America/Los_Angeles', |
| + 'id': 153, |
| + 'caption': '''Timezone''', |
| + 'desc': '''Specifies the timezone to be used for the device. Users can override the specified timezone for the current session. |
| + However, on logout it is set back to the specified timezone. |
| + |
| + If this policy is not used or set to an invalid value, always the timezone set by the last user is active also after logging-out. |
|
Joao da Silva
2012/07/27 13:40:57
Maybe it's just me, but the 2nd part of the senten
pneubeck (no reviews)
2012/07/31 22:21:05
Done.
|
| + If additionally no user ever set a timezone, a default value (currently "US/Pacific") is used.''', |
| + }, |
| ], |
| 'messages': { |
| # Messages that are not associated to any policies. |