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

Unified Diff: chrome/test/functional/policy_test_cases.py

Issue 10694037: Add a policy to disable proceeding through the Safe Browsing interstitials. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed self-closing <img> tags 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
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/tools/chromeactions.txt » ('j') | 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..a2883ce86b38e530d24cec7d81d7e20bb7f4cf29 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.
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/tools/chromeactions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698