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

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 email account 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..423cdca4e8f1cf96add146e4fec2951ceeac7486 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
+// Safe Browsing users.
kcarattini 2016/05/23 04:00:53 Again, change to "opted in users"
stefanocs 2016/05/23 04:16:36 Done.
+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
+// Safe Browsing users.
kcarattini 2016/05/23 04:00:53 Same as above.
stefanocs 2016/05/23 04:16:36 Done.
+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