diff options
Diffstat (limited to 'chrome/test/functional/policy_test_cases.py')
-rwxr-xr-x | chrome/test/functional/policy_test_cases.py | 2 |
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. |