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

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: Addressed comments (2), hooking into GrabWindowSnapshot instead of ChromeShellDelegate, rebased on … 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/chrome_browser.gypi ('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 fcb61e6532f505f7e0a7465b7709e47d4ab8da64..dd9e402cabdfde6ec57e0f352431e43b8d06aacf 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -255,6 +255,7 @@ class PolicyPrefsTestCases(object):
'GDataDisabledOverCellular':
(None, True, [], ['chromeos']),
'PinnedLauncherApps': (None, [], [], ['chromeos']),
+ 'DisableScreenshots': ('kDisableScreenshots', False, [], ['chromeos']),
# ChromeOS Device policies:
'DevicePolicyRefreshRate': (None, 300000, [], ['chromeos']),
« chrome/chrome_browser.gypi ('K') | « chrome/common/pref_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698