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

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

Issue 9704092: Adds a device policy to specify the set of initial urls for the demo user account. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed issues and rebases to ToT. Created 8 years, 9 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/browser/policy/proto/chrome_device_policy.proto ('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 5fbc9dcdf17f21e6021b1b7bdc8da72abec5c281..49bce0fdf4ab18e35b04c8bac72d68b654e2f224 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -192,6 +192,7 @@ class PolicyPrefsTestCases(object):
'DeviceIdleLogoutWarningDuration': (15000, [], []),
'DeviceLoginScreenSaverId': ('lcncmkcnkcdbbanbjakcencbaoegdjlp', [], []),
'DeviceLoginScreenSaverTimeout': (30000, [], []),
+ 'DeviceStartUpUrls': ([ 'http://google.com' ], [], []),
'DeviceAppPack': ([], [], []),
'DeviceAutoUpdateDisabled': (True, [], []),
« no previous file with comments | « chrome/browser/policy/proto/chrome_device_policy.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698