| 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 bf4fe1c075aba5b6eef51ae7c19392e4213d8fc3..a7586870e698d200efd92228d729568cfbbea482 100755
|
| --- a/chrome/test/functional/policy_test_cases.py
|
| +++ b/chrome/test/functional/policy_test_cases.py
|
| @@ -290,6 +290,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, [], []),
|
|
|