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..2b454bb359e9a8c3735f44d3469e4d88961140ca 100755 |
--- a/chrome/test/functional/policy_test_cases.py |
+++ b/chrome/test/functional/policy_test_cases.py |
@@ -243,6 +243,7 @@ class PolicyPrefsTestCases(object): |
('kBackgroundModeEnabled', True, [BROWSER], ['win', 'linux']), |
'RestrictSigninToPattern': ('kGoogleServicesUsernamePattern', |
'.*@google.com', [], ['win', 'mac', 'linux']), |
+ 'DisableScreenshots': ('kDisableScreenshots', False, [], OS_ALL), |
# ChromeOS-only policies: |
# TODO(frankf): Add prefs for these after crosbug.com/28756 is fixed. |