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

Unified Diff: chrome/common/chrome_features.cc

Issue 2529383004: Convert PermissionsBlacklist flag to base::Feature. (Closed)
Patch Set: Add Permission Blacklist feature to histograms.xml Created 4 years, 1 month 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/chrome_features.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index e9e847da513af8c33039dc8a6c22898c7c566fdb..4ac90dc4224dabe8cd364266c205be3dc68f5033 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -160,6 +160,10 @@ const base::Feature kOfflinePageDownloadSuggestionsFeature{
const base::Feature kOverrideYouTubeFlashEmbed{
"OverrideYouTubeFlashEmbed", base::FEATURE_ENABLED_BY_DEFAULT};
+// Enables Permissions Blacklisting via Safe Browsing.
+const base::Feature kPermissionsBlacklist{
+ "PermissionsBlacklist", base::FEATURE_DISABLED_BY_DEFAULT};
+
#if BUILDFLAG(ENABLE_PLUGINS)
// Prefer HTML content by hiding Flash from the list of plugins.
// https://crbug.com/626728
« no previous file with comments | « chrome/common/chrome_features.h ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698