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

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: Update flag description 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cddfdc5f59259afc115b91cb1ea9f501014a052d..ead075d8e1d747c68972cd2de763752c700f3d22 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -300,6 +300,10 @@ const char kDisableOutOfProcessPac[] = "disable-out-of-process-pac";
// for blacklisted sites.
const char kDisablePermissionsBlacklist[] = "disable-permissions-blacklist";
+// Disables permission actions reporting to Safe Browsing servers for
+// opted in users.
+const char kDisablePermissionsReporting[] = "disable-permissions-reporting";
+
// Disable pop-up blocking.
const char kDisablePopupBlocking[] = "disable-popup-blocking";
@@ -477,6 +481,10 @@ const char kDisablePanels[] = "disable-panels";
// for blacklisted sites.
const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist";
+// Enables permission actions reporting to Safe Browsing servers for
+// opted in users.
+const char kEnablePermissionsReporting[] = "enable-permissions-reporting";
+
// Enables a number of potentially annoying security features (strict mixed
// content mode, powerful feature restrictions, etc.)
const char kEnablePotentiallyAnnoyingSecurityFeatures[] =

Powered by Google App Engine
This is Rietveld 408576698