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

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: 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
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 cb7cbb35d6d1df8f3ff280886de4017d45699aad..b697c802fe5aae12f875f8c468ddb04d984b7435 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' ], [], []),
# Chrome Frame policies:
'ChromeFrameRendererSettings': (0, [], []),

Powered by Google App Engine
This is Rietveld 408576698