Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5410)

Unified Diff: chrome/test/functional/policy_test_cases.py

Issue 10035043: Update RestoreOnStartupPolicyHandler to translate to the correct preferences (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: \n Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/functional/policy.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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']),
# Chrome Frame policies:
'ChromeFrameRendererSettings': (None, 0, [], []),
« no previous file with comments | « chrome/test/functional/policy.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698