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

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: Fixed Android and Mac builds 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
« no previous file with comments | « 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 bf4fe1c075aba5b6eef51ae7c19392e4213d8fc3..285b47fbd213740a5c545b6c1c69a5789d748678 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -249,6 +249,7 @@ class PolicyPrefsTestCases(object):
# is only included in official builds.
'SpellCheckServiceEnabled':
('kSpellCheckUseSpellingService', False, [], OS_ALL),
+ 'DisableScreenshots': ('kDisableScreenshots', False, [], OS_ALL),
# ChromeOS-only policies:
# TODO(frankf): Add prefs for these after crosbug.com/28756 is fixed.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698