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

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: Remove command line support 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index da5aece1fd1e88996c1b1f96762705e4cfbac323..90a87ecdfd6959daabe152ef4a66d25924fb3c09 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -39,6 +39,7 @@ extern const char kVoiceInteractionContextEnabled[];
#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[];
@@ -545,6 +546,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