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

Unified Diff: chrome/common/pref_names.h

Issue 2943763002: Add a new group policy to disable safe browsing for files downloaded from trusted sources. (Closed)
Patch Set: D'Ho! Created 3 years, 6 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 7511f0760ccba48903f215a9ed7e3cc6fbeecb59..afb009f1458ed53401386e82514888c8ada6d46d 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -37,6 +37,7 @@ extern const char kArcVoiceInteractionValuePropAccepted[];
#endif
extern const char kChildAccountStatusKnown[];
extern const char kDefaultApps[];
+extern const char kSafeBrowsingForTrustedSourcesEnabled[];
extern const char kDisableScreenshots[];
extern const char kDownloadRestrictions[];
extern const char kForceEphemeralProfiles[];
@@ -540,6 +541,7 @@ extern const char kOpenPdfDownloadInSystemReader[];
extern const char kSaveFileDefaultDirectory[];
extern const char kSaveFileType[];
+extern const char kTrustedDownloadSources[];
extern const char kAllowFileSelectionDialogs[];
extern const char kDefaultTasksByMimeType[];

Powered by Google App Engine
This is Rietveld 408576698