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

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

Issue 9668001: Add a new policy to allow for release channel delegation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ToT rebase. 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/ui/webui/options/chromeos/about_page_handler.cc ('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 bc5eb3aaf41197e1d1c0d33a1c9be4ccd0d22f4a..cb7cbb35d6d1df8f3ff280886de4017d45699aad 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -176,6 +176,7 @@ class PolicyPrefsTestCases(object):
# ChromeOS Device policies:
'DevicePolicyRefreshRate': (300000, [], []),
'ChromeOsReleaseChannel': ('stable-channel', [], []),
+ 'ChromeOsReleaseChannelDelegated': (False, [], []),
'DeviceOpenNetworkConfiguration': ('', [], []),
'ReportDeviceVersionInfo': (True, [], []),
'ReportDeviceActivityTimes': (True, [], []),
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/about_page_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698