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

Unified Diff: chrome/common/chrome_switches.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_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 6d8a898fdc971bf7be056cb377e93bb0c9e7c5c2..fedadcc2cf90c62fbf4c966b0de1507cdeee6ef8 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -262,10 +262,6 @@ const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
const char kDisablePermissionActionReporting[] =
"disable-permission-action-reporting";
-// Disables the Permissions Blacklist, which blocks access to permissions
-// for blacklisted sites.
-const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
-
// Disable pop-up blocking.
const char kDisablePopupBlocking[] = "disable-popup-blocking";
@@ -409,10 +405,6 @@ const char kEnableOfflineAutoReloadVisibleOnly[] =
const char kEnablePermissionActionReporting[] =
"enable-permission-action-reporting";
-// Enables the Permissions Blacklist, which blocks access to permissions
-// for blacklisted sites.
-const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist";
-
// Enables a number of potentially annoying security features (strict mixed
// content mode, powerful feature restrictions, etc.)
const char kEnablePotentiallyAnnoyingSecurityFeatures[] =
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698