Index: chrome/test/functional/policy_test_cases.py |
=================================================================== |
--- chrome/test/functional/policy_test_cases.py (revision 145621) |
+++ chrome/test/functional/policy_test_cases.py (working copy) |
@@ -243,8 +243,6 @@ |
('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. |