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

Unified Diff: components/policy/core/common/policy_loader_win.cc

Issue 2943763002: Add a new group policy to disable safe browsing for files downloaded from trusted sources. (Closed)
Patch Set: Fix an XML goof Created 3 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/test/data/policy/policy_test_cases.json ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/policy_loader_win.cc
diff --git a/components/policy/core/common/policy_loader_win.cc b/components/policy/core/common/policy_loader_win.cc
index 0881e23906819df56fe57eae99c9c12e569cbf8d..ccc5037c1e877f2a827071fd8b96dc5e2f9e1aa3 100644
--- a/components/policy/core/common/policy_loader_win.cc
+++ b/components/policy/core/common/policy_loader_win.cc
@@ -66,7 +66,7 @@ const char* kInsecurePolicies[] = {
key::kMetricsReportingEnabled, key::kDefaultSearchProviderEnabled,
key::kHomepageIsNewTabPage, key::kHomepageLocation,
key::kNewTabPageLocation, key::kRestoreOnStartup,
- key::kRestoreOnStartupURLs};
+ key::kRestoreOnStartupURLs, key::kSafeBrowsingForTrustedSourcesEnabled};
#pragma warning(push)
#pragma warning(disable : 4068) // unknown pragmas
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698