summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/policy_test_cases.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/functional/policy_test_cases.py')
-rwxr-xr-xchrome/test/functional/policy_test_cases.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/functional/policy_test_cases.py b/chrome/test/functional/policy_test_cases.py
index fcb61e6..a2883ce 100755
--- a/chrome/test/functional/policy_test_cases.py
+++ b/chrome/test/functional/policy_test_cases.py
@@ -243,6 +243,8 @@ class PolicyPrefsTestCases(object):
('kBackgroundModeEnabled', True, [BROWSER], ['win', 'linux']),
'RestrictSigninToPattern': ('kGoogleServicesUsernamePattern',
'.*@google.com', [], ['win', 'mac', 'linux']),
+ 'DisableSafeBrowsingProceedAnyway':
+ ('kSafeBrowsingProceedAnywayDisabled', True, [], OS_ALL),
# ChromeOS-only policies:
# TODO(frankf): Add prefs for these after crosbug.com/28756 is fixed.