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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2006523002: Add a flag for reporting permission actions to Safe Browsing servers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorder flag entry Created 4 years, 7 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/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 cddfdc5f59259afc115b91cb1ea9f501014a052d..84c463eff2040dce5b126dcce0fa19779e502582 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -300,6 +300,11 @@ const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
// for blacklisted sites.
const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
+// Disables permission action reporting to Safe Browsing servers for opted in
+// users.
+const char kDisablePermissionActionReporting[] =
+ "disable-permission-action-reporting";
+
// Disable pop-up blocking.
const char kDisablePopupBlocking[] = "disable-popup-blocking";
@@ -477,6 +482,11 @@ const char kDisablePanels[] = "disable-panels";
// for blacklisted sites.
const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist";
+// Enables permission action reporting to Safe Browsing servers for opted in
+// users.
+const char kEnablePermissionActionReporting[] =
+ "enable-permission-action-reporting";
+
// 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