| 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 b21d2d5c49a5f76c6dd233fb4772df3f8f7220b6..3713e603329bd1dd18368dfbde468fc61eb9fc11 100755
 | 
| --- a/chrome/test/functional/policy_test_cases.py
 | 
| +++ b/chrome/test/functional/policy_test_cases.py
 | 
| @@ -296,7 +296,6 @@ 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, [], []),
 | 
| 
 |