| Index: chrome/test/functional/policy_test_cases.py
|
| diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py
|
| index 285b47fbd213740a5c545b6c1c69a5789d748678..f140e67fc56fb85041b256ad89c444e263830655 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -291,6 +291,7 @@ class PolicyPrefsTestCases(object):
|
| 'DeviceUpdateScatterFactor': (None, '7200', [], ['chromeos']),
|
| 'DeviceUpdateAllowedConnectionTypes': (None, [], [], ['chromeos']),
|
| 'ReportDeviceLocation': (None, False, [], ['chromeos']),
|
| + 'DeviceTimezone': (None, 'Europe/Brussels', [], ['chromeos']),
|
|
|
| # Chrome Frame policies:
|
| 'ChromeFrameRendererSettings': (None, 0, [], []),
|
|
|