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

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

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.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 a2883ce86b38e530d24cec7d81d7e20bb7f4cf29..85fa31283d937d6043295d7c0a3c723e48a08c6f 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -257,6 +257,7 @@ class PolicyPrefsTestCases(object):
'GDataDisabledOverCellular':
(None, True, [], ['chromeos']),
'PinnedLauncherApps': (None, [], [], ['chromeos']),
+ 'DisableScreenshots': ('kDisableScreenshots', False, [], ['chromeos']),
# ChromeOS Device policies:
'DevicePolicyRefreshRate': (None, 300000, [], ['chromeos']),
« chrome/common/pref_names.cc ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698