Chromium Code Reviews| 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 e52c2910ac1e071f7d189ae30dd59d749594b5f9..319c4526a2d6d56bd02aade2488b62d0b46e9720 100755 |
| --- a/chrome/test/functional/policy_test_cases.py |
| +++ b/chrome/test/functional/policy_test_cases.py |
| @@ -139,7 +139,7 @@ class PolicyPrefsTestCases(object): |
| 'https://clients2.google.com/service/update2/crx'], [], OS_ALL), |
| 'ShowHomeButton': ('kShowHomeButton', True, [BROWSER], OS_ALL), |
| 'DeveloperToolsDisabled': ('kDevToolsDisabled', True, [], OS_ALL), |
| - 'RestoreOnStartup': (None, 0, [BROWSER], OS_ALL), |
| + 'RestoreOnStartup': (None, 5, [BROWSER], OS_ALL), |
| # TODO(joaodasilva): Should be BROWSER. http://crbug.com/97749 |
| 'RestoreOnStartupURLs': |
| ('kURLsToRestoreOnStartup', ['chromium.org'], [], OS_ALL), |
| @@ -271,6 +271,8 @@ class PolicyPrefsTestCases(object): |
| 'DeviceStartUpUrls': (None, ['http://google.com'], [], ['chromeos']), |
| 'DeviceAppPack': (None, [], [], ['chromeos']), |
| 'DeviceAutoUpdateDisabled': (None, True, [], ['chromeos']), |
| + 'DeviceTargetVersionPrefix': (None, '1412.', [], ['chromeos']), |
| + 'ReportDeviceLocation': (None, False, [], ['chromeos']), |
|
Tyler Breisacher (Chromium)
2012/04/19 19:07:56
Had to add these because the presubmit complains t
Mattias Nissler (ping if slow)
2012/04/20 09:20:24
Yes, correct. Thanks!
|
| # Chrome Frame policies: |
| 'ChromeFrameRendererSettings': (None, 0, [], []), |